Skip to content

Commit

Permalink
Update pmt_dlh_load_dal_extract.py
Browse files Browse the repository at this point in the history
Changed task name
  • Loading branch information
vishreddy01 authored Mar 6, 2024
1 parent ba47e01 commit de58662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pmt/af/DAG/pmt_dlh_load_dal_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
) as dag:
start_task = DummyOperator(task_id="start_task")

load_dim_org = KubernetesPodOperator(
load_extract_permits = KubernetesPodOperator(
task_id="task1_load_extract_permits",
image="ghcr.io/bcgov/nr-dap-dlh-pmt:main",
image_pull_policy="Always",
Expand All @@ -41,6 +41,6 @@
)

# Set task dependencies
start_task >> task1_load_extract_permits
start_task >> load_extract_permits



0 comments on commit de58662

Please sign in to comment.