Replies: 1 comment 1 reply
-
No idea. And please avoid tagging people directly. People here are possibly helpi g if they feel like they can help and have some time to spare, not because they are tagged. And by tagging peop you limit your chances to get help from others. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have gone through doc https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#require-confirmation-dag-change and tried this
'''
require_confirmation_dag_change
New in version 2.9.0.
Require confirmation when changing a DAG in the web UI. This is to prevent accidental changes to a DAG that may be running on sensitive environments like production. When set to True, confirmation dialog will be shown when a user tries to Pause/Unpause, Trigger a DAG
Default
False
Environment Variable
AIRFLOW__WEBSERVER__REQUIRE_CONFIRMATION_DAG_CHANGE
'''
I have changed the REQUIRE_CONFIRMATION_DAG_CHANGE value to true and restarted and checked the UI, still Im able to enable/disable DAGs
How does it helps to me ? I checked below info, But when I enable/disable I don't see any thing
This feature is particularly useful in environments where accidental changes to DAGs could lead to service downtime, data processing issues, or job failures. When require_confirmation_dag_change is set to True, users must explicitly confirm their actions, adding an extra layer of protection.
@potiuk can you please correct me If I wrong
Beta Was this translation helpful? Give feedback.
All reactions