yuqian90 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_r368377561
 
 

 ##########
 File path: airflow/config_templates/config.yml
 ##########
 @@ -1294,6 +1294,14 @@
       type: string
       example: ~
       default: "True"
+    - name: allow_trigger_in_future
+      description: |
+        Allow externally triggered DagRuns for Execution Dates in the future
+        Only has effect if schedule_interval not set in DAG
 
 Review comment:
   ```suggestion
           Only has effect if schedule_interval is set to None in DAG
   ```
   The default value for `schedule_interval` is actually `timedelta(days=1)` so 
I thought `is set to None` is a more accurate description of this requirement 
here.

----------------------------------------------------------------
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

Reply via email to