This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Google Cloud client libraries broke with protobuf 4.23.x version. #32686
Labels
area:core
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:google
Google (including GCP) related issues
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
In airflow version 2.6.2 and 2.6.3, there's a constrain like following.
In 2.6.2
protobuf==4.23.2
In 2.6.3
protobuf==4.23.4
But protobuf with version above 3.20.x, it return failure log like following.
I think it is known issue also in the protobuf project
I suggest fixing the constrain about protobuf with version 3.20.1
What you think should happen instead
No response
How to reproduce
using 'from airflow.providers.google.common.hooks.base_google import GoogleBaseHook' with protobuf above 3.20.x
Operating System
macOS 13.0
Versions of Apache Airflow Providers
apache-airflow-providers-google==10.2.0
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: