kaxil commented on a change in pull request #7038: [AIRFLOW-4495] allow externally triggered dags to run for future exec dates URL: https://github.com/apache/airflow/pull/7038#discussion_r365220837
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -614,6 +614,10 @@ authenticate = False # DAGs submitted manually in the web UI or with trigger_dag will still run. use_job_schedule = True +# Allow externally triggered DagRuns for Execution Dates in the future +# Only has effect if schedule_interval not set in DAG +run_future_exec_dates = False Review comment: ```suggestion allow_external_trigger_for_future_dates = False ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
