Skip to content

Commit

Permalink
fix(nwp-dag): Runtask -> RunTask (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Nov 20, 2024
1 parent bd56b16 commit 99b7f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/dags/india/nwp-dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
task_concurrency=10,
)

nwp_consumer_metoffice = ECSRuntaskOperator(
nwp_consumer_metoffice = ECSRunTaskOperator(
task_id=f'{region}-nwp-consumer-metoffice-india',
task_definition='nwp-consumer-metoffice-india',
cluster=cluster,
Expand Down

0 comments on commit 99b7f2a

Please sign in to comment.