ephraimbuddy commented on a change in pull request #18226:
URL: https://github.com/apache/airflow/pull/18226#discussion_r709906016
##########
File path: airflow/api/common/experimental/trigger_dag.py
##########
@@ -82,6 +82,7 @@ def _trigger_dag(
for _dag in dags_to_trigger:
trigger = _dag.create_dagrun(
run_id=run_id,
+ start_date=timezone.utcnow(),
Review comment:
Supported. Setting it to queued will save us some complaints especially
about max_active_runs
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]