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



##########
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:
       Should I go ahead and make that change? There are 3 places where we are 
creating dag_runs with the state running, should this be the same behavior 
across the board?
   
   
![image](https://user-images.githubusercontent.com/10116000/133594527-9f975155-09a9-431f-a462-17f98236177c.png)
   
   




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