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 bc23c5c commit 4c01070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/etl_snv_enrich.py → dags/etl_enrich_snv.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from lib.operators.spark import SparkOperator

with DAG(
dag_id='etl-snv-enrich',
dag_id='etl-enrich-snv',
start_date=datetime(2022, 1, 1),
schedule_interval=None,
params={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'--steps', 'default'
)
with DAG(
dag_id='etl_variant_prepared',
dag_id='etl-prepare-index-variant',
start_date=datetime(2022, 1, 1),
schedule_interval=None,
params={
Expand Down

0 comments on commit 4c01070

Please sign in to comment.