Skip to content

Commit c3daef3

Browse files
authored
Update pmt_dlh_load_facts_dims.py
Changed the variable name
1 parent 4f514d0 commit c3daef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pmt/af/DAG/pmt_dlh_load_facts_dims.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from airflow.models import Variable
77
from airflow.operators.dummy import DummyOperator
88

9-
ods_password = Variable.get("ods_password")
10-
dlh_password = Variable.get("dlh_password")
9+
ods_password = Variable.get("ODS_PASSWORD")
10+
dlh_password = Variable.get("DLH_PASSWORD")
1111

1212
with DAG(
1313
start_date=datetime(2024, 2, 20),
@@ -250,4 +250,4 @@
250250
# Set task dependencies
251251
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
252252

253-
253+

0 commit comments

Comments
 (0)