Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos committed Mar 11, 2024
1 parent db84f49 commit 96e64e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/etl_normalize_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
# 'spark.jars.excludes':'org.apache.hadoop:hadoop-client',
'spark.kubernetes.container.image': 'ferlabcrsj/spark:469f2fc61f06fcfa73c1480a5e5f73f59768152d',
'spark.kubernetes.file.upload.path': f's3a://{datalake_bucket}/dependencies'
})
# .with_spark_jar('https://github.com/Ferlab-Ste-Justine/etl-cqdg-portal/releases/download/v2.21.5/variant-task.jar') \
}) \
.with_spark_jar('https://github.com/Ferlab-Ste-Justine/etl-cqdg-portal/releases/download/v2.21.5/variant-task.jar')
def normalize_variant_operator(name):
etl = normalized_etl.args('--release-id', release_id ) if name == 'snv' else normalized_etl
return etl.prepend_args(name).operator(
Expand Down

0 comments on commit 96e64e0

Please sign in to comment.