fix(ingest/bigquery): add missing path spec deps (#11748)

This commit is contained in:
Harshal Sheth 2024-10-30 03:13:15 -07:00 committed by GitHub
parent 0e62c699fc
commit c8704509a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,7 @@ bigquery_common = {
"google-cloud-resource-manager",
"more-itertools>=8.12.0",
"sqlalchemy-bigquery>=1.4.1",
*path_spec_common,
}
clickhouse_common = {
@ -374,11 +375,11 @@ plugins: Dict[str, Set[str]] = {
"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,