Skip to content

Commit 6a12a04

Browse files
committed
mds6_rdd_dags dz7_v8
1 parent 840f818 commit 6a12a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/rdd/dz7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def branch_by_medal(ti, **kwargs):
8282
else:
8383
return 'count_gold'
8484

85-
branch_task = BranchPythonOperator(
85+
branch_task = PythonOperator(
8686
task_id='branch_by_medal',
8787
python_callable=branch_by_medal,
8888
provide_context=True

0 commit comments

Comments
 (0)