jscheffl commented on code in PR #64062:
URL: https://github.com/apache/airflow/pull/64062#discussion_r3006632654


##########
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:
   Getting this resolved, I think can also be made in another PR, not critical. 
But saw a couple of false-positives from this on my side which look alarming 
but it is just about keys not existing in the metastore.



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

Reply via email to