You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/18 19:19:20 UTC

[GitHub] [airflow] ashb commented on a change in pull request #20860: Branch python operator decorator

ashb commented on a change in pull request #20860:
URL: https://github.com/apache/airflow/pull/20860#discussion_r787074554



##########
File path: airflow/decorators/__init__.pyi
##########
@@ -269,6 +287,8 @@ class TaskDecoratorFactory:
     @overload
     def python(self, python_callable: F) -> F: ...
     @overload
+    def branch(self, python_callable: F) -> F: ...
+    @overload

Review comment:
       Ah good -- you spotted my change, this will need moving to be next to the other branch.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org