rodrigocollavo commented on issue #19251: URL: https://github.com/apache/airflow/issues/19251#issuecomment-1349299012
Thanks for the full details. In my case the problem was more related to the amount of error logs due to the variable or connection not found in the secret manager, but I wanted to ensure Airflow always check for values in the secret manager first and then fallback to the airflow DB, without enforcing any name convention. So, in case someone else find it useful, my solution is just to "mute" the error log but it will still check if the value exists in the secret manager. -- 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]
