调整了pipeline执行顺序。现在按domain顺序读取数据源数据,防止前面domain的更新影响后面domain.
将target_project_ids替换为更通用的data_id_filter
This commit is contained in:
@@ -103,12 +103,10 @@ async def test_factory_initializes_same_datasource_type_with_distinct_handler_co
|
||||
local_datasource=EndpointInitConfig(
|
||||
type="endpoint_init_memory",
|
||||
handler_configs={"factory_endpoint_demo": {"side": "local", "batch_size": 10}},
|
||||
target_project_ids=["project_local"],
|
||||
),
|
||||
remote_datasource=EndpointInitConfig(
|
||||
type="endpoint_init_memory",
|
||||
handler_configs={"factory_endpoint_demo": {"side": "remote", "batch_size": 20}},
|
||||
target_project_ids=["project_remote"],
|
||||
),
|
||||
strategies=[],
|
||||
persist=PersistConfig(db_path=str(tmp_path / "factory-init.db")),
|
||||
|
||||
Reference in New Issue
Block a user