diff --git a/config/airflow.cfg b/config/airflow.cfg index 13992831d3b38e59fb6f0c81565c1bdfb3710276..e3607ca7901c23c9e1a9395e5ccb2827b37b7ae5 100644 --- a/config/airflow.cfg +++ b/config/airflow.cfg @@ -712,7 +712,7 @@ instance_name_has_markup = False auto_refresh_interval = 3 # Boolean for displaying warning for publicly viewable deployment -warn_deployment_exposure = True +warn_deployment_exposure = False # Comma separated string of view events to exclude from dag audit view. # All other events will be added minus the ones passed here.