okayhooni opened a new pull request, #29786: URL: https://github.com/apache/airflow/pull/29786
Currently, async version of BigQuery dts operator with trigger cannot be used in other regions except us (default) region. when I used it on another region, trigger task raise error like below. ``` airflow.exceptions.AirflowException: Trigger failed with exception: 404 The requested transfer config (projects/****/locations/us/transferConfigs/*****) was not found. ``` I added config param in order to cover all the gcp locations. -- 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]
