Skip to content

Commit

Permalink
replacing deprecating provider with overrides with container_overrides (
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 authored Oct 14, 2024
1 parent 74c5838 commit 32395a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def check_dag_status(**kwargs: Any) -> None:
job_name=JOB_NAME,
job_queue=JOB_QUEUE,
job_definition=JOB_DEFINITION,
overrides=JOB_OVERRIDES,
container_overrides=JOB_OVERRIDES,
aws_conn_id=AWS_CONN_ID,
region_name=AWS_DEFAULT_REGION,
)
Expand Down

0 comments on commit 32395a0

Please sign in to comment.