eladkal commented on code in PR #25786:
URL: https://github.com/apache/airflow/pull/25786#discussion_r948815371
##########
airflow/decorators/branch_python.py:
##########
@@ -38,6 +38,8 @@ class _BranchPythonDecoratedOperator(DecoratedOperator,
BranchPythonOperator):
Defaults to False.
"""
+ custom_operator_name = "@task.branch"
+
Review Comment:
since https://github.com/apache/airflow/pull/25783 was merged it's not
redundant
--
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]