bhavaniravi commented on a change in pull request #18226:
URL: https://github.com/apache/airflow/pull/18226#discussion_r710122853



##########
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:
       This change will affect three places. All these use the `trigger_dag` 
function. 
   
   1. TriggerDAGRunOperator
   2. APIClient - `dag_runs`
   3. CLI trigger dag
   
   Is that okay?




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


Reply via email to