lwyszomi opened a new pull request, #30067: URL: https://github.com/apache/airflow/pull/30067
As everyone know google provider package have a lot of old dependencies. I would like to start migration to the latest versions of the SDK. For now we are blocked by some other dependencies because they are using `protobuf<4`. ``` apache-beam mysql-connector-python yandexcloud ``` Also in the google SDKs we had a lot of breaking changes so after updating we need to adjust broken operators. I did investigation how big is this problem and I'm attaching the list of services where some of the operators are broken: [] AutoML -> need investigation [] BigQuery -> need investigation [] BigTable -> need investigation [] CloudBuild -> need investigation [] CloudFunctions -> need investigation [] CloudMemorystore -> OK [] CloudSQL -> need investigation [] Composer -> adjust system tests [] Compute -> need adjustments in system tests [] DataLossPrevention -> OK [] Dataflow -> need investigation [] dataform -> OK [] datafusion -> OK [] dataplex -> need investigation [] dataprep -> need investigation [] Dataproc -> need investigation [] dataprocMetastore -> need investigation [] datastore -> need adjustments in system tests [] GCS -> need investigations [] kubernetesEngine -> OK [] LifeSciences -> OK [] MLEngine -> need investigation [] NaturalLanguage -> need investigation [] PubSub - OK [] Spanner - OK [] SpeachToTet -> need investigation [] SQLToSheets -> need investigation [] StackDriver -> need investigation [] StorageTransfer -> need investigation [] Tasks -> need investigation [] TextToSpeech -> need investigation [] Transfers -> Need investigation [] Translate -> OK [] TranslateSpeech -> Need investigation [] VertexAI - Need Investigation [] VideoIntelligence - need investigation [] Vision - need investigation [] Workflows - OK --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
