nathadfield commented on issue #39541: URL: https://github.com/apache/airflow/issues/39541#issuecomment-2104397092
Could this be something to do with updates to some of the `google-api` libraries between Airflow 2.8.4 and 2.9.1? ### 2.8.4 ``` google-api-core==2.17.1 google-api-python-client==2.122.0 google-auth==2.28.2 ``` ### 2.9.1 ``` google-api-core==2.19.0 google-api-python-client==2.127.0 google-auth==2.29.0 ``` Although I'm confused why this would affect @task decorated functions? -- 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]
