kaxil commented on a change in pull request #7464: [AIRFLOW-4453] Make behavior
of `none_failed` consistent with documentation
URL: https://github.com/apache/airflow/pull/7464#discussion_r383511142
##########
File path: airflow/operators/python.py
##########
@@ -167,6 +167,34 @@ def execute(self, context: Dict):
return branch
+def create_branch_join(branch_operator, *args, **kwargs):
Review comment:
```suggestion
def create_branch_join_task(branch_operator, *args, **kwargs):
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services