We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840f818 commit 6a12a04Copy full SHA for 6a12a04
dags/rdd/dz7.py
@@ -82,7 +82,7 @@ def branch_by_medal(ti, **kwargs):
82
else:
83
return 'count_gold'
84
85
- branch_task = BranchPythonOperator(
+ branch_task = PythonOperator(
86
task_id='branch_by_medal',
87
python_callable=branch_by_medal,
88
provide_context=True
0 commit comments