Kundan-CR7 commented on code in PR #64062:
URL: https://github.com/apache/airflow/pull/64062#discussion_r3006620076
##########
airflow-core/src/airflow/models/variable.py:
##########
@@ -480,14 +482,14 @@ def check_for_write_conflict(key: str) -> None:
_backend_name,
_backend_name,
)
- return
+ warning_logged = True
except Exception:
log.exception(
Review Comment:
This behavior was already there, so I left it as it is.
I think the exception logging helps show problems with misconfigured or
failing secrets backends while still checking the others. I can change it to
debug if you prefer.
--
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]