Skip to content

Commit

Permalink
Add yadocs to file worker whitelist (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeria Bulanova <[email protected]>
  • Loading branch information
vallbull and vallbull authored Dec 19, 2023
1 parent 2bd824d commit f962062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FileUploaderContextFab(BaseContextFabric):
_tenant_resolver: TenantResolver = attr.ib(factory=lambda: CommonTenantResolver())

async def make(self) -> FileUploaderTaskContext:
core_conn_whitelist = ["clickhouse", "file", "gsheets_v2"]
core_conn_whitelist = ["clickhouse", "file", "gsheets_v2", "yadocs"]
load_core_lib(core_lib_config=CoreLibraryConfig(core_connector_ep_names=core_conn_whitelist))

redis_service = init_redis_service(self._settings)
Expand Down

0 comments on commit f962062

Please sign in to comment.