jscheffl commented on code in PR #64062:
URL: https://github.com/apache/airflow/pull/64062#discussion_r3006555494
##########
airflow-core/src/airflow/models/variable.py:
##########
@@ -480,14 +482,14 @@ def check_for_write_conflict(key: str) -> None:
_backend_name,
_backend_name,
)
- return
Review Comment:
So this function is _only_ a helper as far as I see to warn users if they do
strange things as external meta stores are read-only.
I am not sure, the main branch was broken the last days. changing the exist
should not cause any testing issues or maybe the tests are wrong. Sometimes a
correction of a "wrong" test is needed.
--
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]