Skip to content

Commit 927550c

Browse files
authored
Merge pull request #391 from mpi2/384-migrate-impc_etljobsloadobservation_mapperpy-to-use-airflow
Fix mgi_phenotypic_allele_parser naming
2 parents 48e65de + ba662f6 commit 927550c

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)