potiuk commented on code in PR #30255:
URL: https://github.com/apache/airflow/pull/30255#discussion_r1161338594


##########
airflow/models/skipmixin.py:
##########
@@ -143,7 +146,12 @@ def skip(
                 session=session,
             )
 
-    def skip_all_except(self, ti: TaskInstance, branch_task_ids: None | str | 
Iterable[str]):
+    def skip_all_except(
+        self,
+        ti: TaskInstance | TaskInstancePydantic,
+        task: BaseOperator,

Review Comment:
   Yep. Much better when I returned it I think.



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