Skip to content

Commit

Permalink
add taskgroup in xcom_pull
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed May 24, 2024
1 parent 99b5be5 commit ec7f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dou_dag_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def create_dag(self, specs: DAGConfig, config_file: str) -> DAG:
},
)
term_list = (
"{{ ti.xcom_pull(task_ids='select_terms_from_db_"
"{{ ti.xcom_pull(task_ids='exec_searchs.select_terms_from_db_"
+ str(counter)
+ "') }}"
)
Expand Down

0 comments on commit ec7f644

Please sign in to comment.