bigquery lib fix (#20849)

This commit is contained in:
harshsoni2024 2025-04-16 11:34:26 +05:30 committed by GitHub
parent 1c32691eed
commit fb5af8ad7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ VERSIONS = {
"pyiceberg": "pyiceberg==0.5.1", "pyiceberg": "pyiceberg==0.5.1",
"google-cloud-bigtable": "google-cloud-bigtable>=2.0.0", "google-cloud-bigtable": "google-cloud-bigtable>=2.0.0",
"pyathena": "pyathena~=3.0", "pyathena": "pyathena~=3.0",
"sqlalchemy-bigquery": "sqlalchemy-bigquery>=1.2.2",
} }
COMMONS = { COMMONS = {
@ -330,7 +331,11 @@ plugins: Dict[str, Set[str]] = {
}, },
"sagemaker": {VERSIONS["boto3"]}, "sagemaker": {VERSIONS["boto3"]},
"salesforce": {"simple_salesforce~=1.11", "authlib>=1.3.1"}, "salesforce": {"simple_salesforce~=1.11", "authlib>=1.3.1"},
"sample-data": {VERSIONS["avro"], VERSIONS["grpc-tools"]}, "sample-data": {
VERSIONS["avro"],
VERSIONS["grpc-tools"],
VERSIONS["sqlalchemy-bigquery"],
},
"sap-hana": {"hdbcli", "sqlalchemy-hana"}, "sap-hana": {"hdbcli", "sqlalchemy-hana"},
"sas": {}, "sas": {},
"singlestore": {VERSIONS["pymysql"]}, "singlestore": {VERSIONS["pymysql"]},