Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos committed Mar 8, 2024
1 parent f2a0861 commit b23ef58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dags/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
},
) as dag:

prepare_index = etl_prepare_config \
.operator(
task_id='prepare_index',
name='etl-prepare-index'
)

with TaskGroup(group_id='index') as index:
index_operator('study') >> index_operator('participant') >> index_operator('file') >> index_operator('biospecimen')

Expand Down

0 comments on commit b23ef58

Please sign in to comment.