Skip to content

Commit

Permalink
Update pmt_dlh_load_facts_dims.py
Browse files Browse the repository at this point in the history
Changed the variable name
  • Loading branch information
vishreddy01 authored Apr 9, 2024
1 parent 4f514d0 commit c3daef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pmt/af/DAG/pmt_dlh_load_facts_dims.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from airflow.models import Variable
from airflow.operators.dummy import DummyOperator

ods_password = Variable.get("ods_password")
dlh_password = Variable.get("dlh_password")
ods_password = Variable.get("ODS_PASSWORD")
dlh_password = Variable.get("DLH_PASSWORD")

with DAG(
start_date=datetime(2024, 2, 20),
Expand Down Expand Up @@ -250,4 +250,4 @@
# Set task dependencies
start_task >> [load_dim_org, load_dim_authorization_status, load_dim_business_area, load_dim_location, load_dim_ministry, load_dim_permit_status, load_dim_permit_type, load_dim_project, load_dim_source_system] >> load_fact_permits



0 comments on commit c3daef3

Please sign in to comment.