dabla commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2724248417


##########
task-sdk/src/airflow/sdk/bases/operator.py:
##########
@@ -1537,6 +1550,17 @@ def unmap(self, resolve: None | Mapping[str, Any]) -> 
Self:
         """
         return self
 
+    def expand_start_from_trigger(self, *, context: Context) -> bool:

Review Comment:
   Don't think indeed this function is need, yet start_from_trigger doesn't 
work in current implementation. That will required another PR.



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