Skip to content

Commit

Permalink
fix(ingest/looker): add missing dependency (datahub-project#10876)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and aviv-julienjehannet committed Jul 25, 2024
1 parent d4caa1c commit 2a31184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
*sqlglot_lib,
"GitPython>2",
"python-liquid",
*sqlglot_lib,
}

bigquery_common = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2a31184

Please sign in to comment.