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_r365218783
##########
File path: docs/scheduler.rst
##########
@@ -58,3 +58,5 @@ In the UI, it appears as if Airflow is running your tasks a
day **late**
**Let’s Repeat That**, the scheduler runs your job one
``schedule_interval`` AFTER the start date, at the END of the period.
You should refer :doc:`dag-run` for details on scheduling a DAG.
+
+If you want to use 'external trigger' to run future-dated execution dates, set
run_future_exec_dates = True in config.
Review comment:
```suggestion
If you want to use 'external trigger' to run future-dated execution dates,
set ``run_future_exec_dates = True`` in ``scheduler`` section in
``airflow.cfg``.
```
----------------------------------------------------------------
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