GitHub user kacpermuda edited a comment on the discussion: TypeError when importing operators from airflow.providers.google.cloud.operators.dataproc
Hi, could you share a bit more details on how did you `update the sources corresponding to the PR` ? If you are just manually copying the changes from my PR, you should also include changes made to `apache-airflow-providers-common-compat` package since last release. The (unreleased) google provider, that I've added this fix to, will **require** the (unreleased) `apache-airflow-providers-common-compat>=1.4.0` that has some new methods, including `inject_transport_information_into_spark_properties`. I've tested my fix PR with the latest code from google and common.compat provider and it worked just fine. FTI i used [breeze](https://github.com/apache/airflow/blob/main/dev/breeze/doc/README.rst), an awesome tool that helps you develop airflow locally, to generate the wheels for the unreleased providers (using `breeze release-management prepare-provider-packages` command). GitHub link: https://github.com/apache/airflow/discussions/46478#discussioncomment-12115374 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
