Skip to content

Commit

Permalink
Limit Google Protobuf for compatibility with biggtable client (#25886)
Browse files Browse the repository at this point in the history
The bigtable client does not work well with protobuf > 3.20.0 and
it should be limited until we solve the problem.
  • Loading branch information
potiuk committed Aug 22, 2022
1 parent 0b03e57 commit 25a9ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ dependencies:
# A transient dependency of google-cloud-bigquery-datatransfer, but we
# further constrain it since older versions are buggy.
- proto-plus>=1.19.6
# Google bigtable client require protobuf <= 3.20.0. We can remove the limitation
# when this limitation is removed
- protobuf<=3.20.0

integrations:
- integration-name: Google Analytics360
Expand Down
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
"pandas-gbq",
"pandas>=0.17.1",
"proto-plus>=1.19.6",
"protobuf<=3.20.0",
"sqlalchemy-bigquery>=1.2.1"
],
"cross-providers-deps": [
Expand Down

0 comments on commit 25a9ae3

Please sign in to comment.