radhwene commented on PR #61148: URL: https://github.com/apache/airflow/pull/61148#issuecomment-3938889329
Hi @shahar1 , thanks for the feedback. I’ve fixed the failing unit tests: they were instantiating BigQueryHook() directly, which requires an Airflow connection (google_cloud_default) that isn’t available in the providers unit-test environment. The tests now fully mock the hook so they’re isolated and CI-friendly. Could you please re-run the failed CI jobs when you have a moment? -- 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]
