We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b03e57 commit 25a9ae3Copy full SHA for 25a9ae3
airflow/providers/google/provider.yaml
@@ -110,6 +110,9 @@ dependencies:
110
# A transient dependency of google-cloud-bigquery-datatransfer, but we
111
# further constrain it since older versions are buggy.
112
- proto-plus>=1.19.6
113
+ # Google bigtable client require protobuf <= 3.20.0. We can remove the limitation
114
+ # when this limitation is removed
115
+ - protobuf<=3.20.0
116
117
integrations:
118
- integration-name: Google Analytics360
generated/provider_dependencies.json
@@ -337,6 +337,7 @@
337
"pandas-gbq",
338
"pandas>=0.17.1",
339
"proto-plus>=1.19.6",
340
+ "protobuf<=3.20.0",
341
"sqlalchemy-bigquery>=1.2.1"
342
],
343
"cross-providers-deps": [
0 commit comments