fhoda opened a new pull request #16404:
URL: https://github.com/apache/airflow/pull/16404


   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   1. Currently Airflow does not check the default secrets backends (`env` and 
`metastore db`) if there is any sort of connection related error to an 
Alternative Backend, causing related tasks to fail. The change proposed here 
allows it to fail over to checking the default backends when this happens.
   
   2. Additionally GCP Secrets Manager causes the Airflow Webserver to crash at 
startup if credentials for the backend cannot be found. This behavior seems to 
be unique to GCP Secret Manager and this PR addresses that for parity in 
behavior regarding missing credentials across all backends.
   
   closes: #14592 
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to