okayhooni opened a new pull request, #37538: URL: https://github.com/apache/airflow/pull/37538
related issue: https://github.com/apache/airflow/issues/31648 releated PR: - https://github.com/apache/airflow/pull/31651 - https://github.com/apache/airflow/pull/32673 Currently, when BigQuery Data Transfer job triggered by Airflow operator, exceeds one hour, it fails due to the expiration of the credential (default lifespan = 1 hour). So, I add the token refresh logic on DTS run operator. (additionally, add fallback logic to `timeout` parameter based on `execution_timeout` of Operator) -- 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]
