sunank200 commented on code in PR #46512:
URL: https://github.com/apache/airflow/pull/46512#discussion_r1952034189


##########
airflow/models/dag.py:
##########
@@ -1602,6 +1602,7 @@ def cli(self):
     @provide_session
     def test(
         self,
+        run_after: datetime | None = None,

Review Comment:
   Yes it is right. For tests, when run_after is None it is being set to 
utcnow() here: 
https://github.com/apache/airflow/blob/main/airflow/models/dag.py#L1667



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