kaxil commented on issue #47373:
URL: https://github.com/apache/airflow/issues/47373#issuecomment-2717042223

   Yeah agreed with TP & Daniel -- we don't need `next_method` on RuntimeTI.
   
   If you want it just for testing, you might be able to do the following:
   
   ```python
           ti = context["ti"]
           has_next_method = bool(ti._ti_context_from_server.next_method)
   ```


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