Skip to content

Commit ba662f6

Browse files
committed
Fix mgi_phenotypic_allele_parser naming
1 parent d177e06 commit ba662f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impc_etl/jobs/parse/mgi_phenotypic_allele_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@asset.multi(
3535
schedule=[mgi_phenotypic_allele_report_tsv_path_asset],
3636
outlets=[mgi_phenotypic_allele_asset],
37-
dag_id=f"{dr_tag}_mgi_mrk_list_parser",
37+
dag_id=f"{dr_tag}_mgi_phenotypic_allele_parser",
3838
description=textwrap.dedent(
3939
"""
4040
Task to parse the information from the

0 commit comments

Comments
 (0)