manhld0206 opened a new issue, #35833: URL: https://github.com/apache/airflow/issues/35833
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I tested `BigQueryInsertJobOperator` with deferrable mode enabled. I used Google Cloud Composer 2.4.0 with airflow version 2.4.3 The BigQuery's region is `asia-northeast1` region. The operator ran fine before but I got `Job not found` error after enabling deferrable mode. At first I thought it was because I didn't specify `location` parameter in `BigQueryInsertJobOperator`. However, even after changing it, I still got the `Job not found` error. After taking a quick look at the source code, I guess maybe the cause is BigQuery Triggers don't include `location` in it's parameters. The code https://github.com/apache/airflow/blob/0e157b38a3e44b5a6fc084c581a025434a97a4c0/airflow/providers/google/cloud/triggers/bigquery.py#L90 ### What you think should happen instead _No response_ ### How to reproduce Execute `BigQueryInsertJobOperator` using `asia-northeast1` BigQuery region ### Operating System It's not OS. I used Google Cloud Composer 2.4.0 with airflow version 2.4.3 ### Versions of Apache Airflow Providers _No response_ ### Deployment Google Cloud Composer ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
