mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 02:48:24 +00:00
fix(ingest/looker): add missing dependency (#10876)
This commit is contained in:
parent
418f7e05cd
commit
44930dfd1e
@ -166,6 +166,7 @@ looker_common = {
|
||||
*sqlglot_lib,
|
||||
"GitPython>2",
|
||||
"python-liquid",
|
||||
*sqlglot_lib,
|
||||
}
|
||||
|
||||
bigquery_common = {
|
||||
|
||||
@ -256,7 +256,7 @@ class LookerDashboardSourceConfig(
|
||||
"ingest dashboards in the Shared folder space.",
|
||||
)
|
||||
max_threads: int = Field(
|
||||
os.cpu_count() or 40,
|
||||
default_factory=lambda: os.cpu_count() or 40,
|
||||
description="Max parallelism for Looker API calls. Defaults to cpuCount or 40",
|
||||
)
|
||||
external_base_url: Optional[str] = Field(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user