Skip to content

Commit

Permalink
Pin google-cloud-bigquery to < 3.21.0 (apache#39583)
Browse files Browse the repository at this point in the history
* Pin google-cloud-bigquery to < 3.21.0

* Add a note about version upper-binding
  • Loading branch information
pankajastro authored and romsharon98 committed Jul 26, 2024
1 parent 11f935c commit 894987a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ dependencies:
- google-auth-httplib2>=0.0.1
- google-cloud-aiplatform>=1.42.1
- google-cloud-automl>=2.12.0
- google-cloud-bigquery>=3.0.1
# google-cloud-bigquery version 3.21.0 introduced a performance enhancement in QueryJob.result(),
# which has led to backward compatibility issues
# - https://github.com/apache/airflow/issues/39541
- google-cloud-bigquery<3.21.0,>=3.0.1
- google-cloud-bigquery-datatransfer>=3.13.0
- google-cloud-bigtable>=2.17.0
- google-cloud-build>=3.22.0
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
"google-cloud-automl>=2.12.0",
"google-cloud-batch>=0.13.0",
"google-cloud-bigquery-datatransfer>=3.13.0",
"google-cloud-bigquery>=3.0.1",
"google-cloud-bigquery<3.21.0,>=3.0.1",
"google-cloud-bigtable>=2.17.0",
"google-cloud-build>=3.22.0",
"google-cloud-compute>=1.10.0",
Expand Down

0 comments on commit 894987a

Please sign in to comment.