utkarsharma2 opened a new pull request, #41599: URL: https://github.com/apache/airflow/pull/41599
In the following [PR](https://github.com/apache/airflow/pull/38912) we are passing `location` to `gcloud-aio-bigquery` [Job __init__()](https://github.com/talkiq/gcloud-aio/blob/304a0618432101c5fd425f542f853ac83080d740/bigquery/gcloud/aio/bigquery/job.py#L21) method, which was only introduced in the [`7.1.0`](https://github.com/talkiq/gcloud-aio/blob/0df92baa22d0a4c44d1729f4af482bea1b63e5ff/bigquery/gcloud/aio/bigquery/job.py#L27) version of `gcloud-aio-bigquery` lib. Due to this the jobs are not canceled when we cancel the corresponding task in Airflow UI for `gcloud-aio-bigquery` <= 7.0.0. This PR aims at adding the pin for the right version (>=7.1.0) of `gcloud-aio-bigquery` dependency of apache-airflow-providers-google -- 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]
