arnoldmr01 commented on code in PR #62259:
URL: https://github.com/apache/airflow/pull/62259#discussion_r2895305008


##########
task-sdk/src/airflow/sdk/api/client.py:
##########
@@ -694,12 +694,17 @@ def trigger(
         run_id: str,
         conf: dict | None = None,
         logical_date: datetime | None = None,
+        run_after: datetime | None = None,
         reset_dag_run: bool = False,

Review Comment:
   Just for check. I might be mistaken something, but it seemed like attribute 
run_after is already existed. Do we still need to add migration version file?
   



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