uranusjr commented on code in PR #45732:
URL: https://github.com/apache/airflow/pull/45732#discussion_r1922135300


##########
airflow/models/dagrun.py:
##########
@@ -105,6 +105,11 @@ class TISchedulingDecision(NamedTuple):
     finished_tis: list[TI]
 
 
+def _default_run_after(ctx):

Review Comment:
   This is not the Airflow context, but the SQLAlchemy context. I don’t even 
know what type this is. 
https://docs.sqlalchemy.org/en/20/core/defaults.html#context-sensitive-default-functions



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