Skip to content

Commit

Permalink
Merge pull request #357 from coderxio/rxnorm-transform-typo
Browse files Browse the repository at this point in the history
Fix typo in RxNorm transform
  • Loading branch information
jrlegrand authored Jan 23, 2025
2 parents a2aa1a0 + 83111c3 commit b814958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/rxnorm/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def rxnorm():

transform_task = transform(dag_id, models_subdir=['staging', 'intermediate'])

extract_task >> load >> transform()
extract_task >> load >> transform_task

rxnorm()

0 comments on commit b814958

Please sign in to comment.