Skip to content

Commit

Permalink
fix(ingest/bigquery): add missing path spec deps (#11748)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Oct 30, 2024
1 parent 0e62c69 commit c870450
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"google-cloud-resource-manager",
"more-itertools>=8.12.0",
"sqlalchemy-bigquery>=1.4.1",
*path_spec_common,
}

clickhouse_common = {
Expand Down Expand Up @@ -374,11 +375,11 @@
"azure-ad": set(),
"bigquery": sql_common
| bigquery_common
| sqlglot_lib
| classification_lib
| {
*sqlglot_lib,
"google-cloud-datacatalog-lineage==0.2.2",
}
| classification_lib,
},
"bigquery-queries": sql_common | bigquery_common | sqlglot_lib,
"clickhouse": sql_common | clickhouse_common,
"clickhouse-usage": sql_common | usage_common | clickhouse_common,
Expand Down

0 comments on commit c870450

Please sign in to comment.