Skip to content

Commit

Permalink
Update pmt_dlh_load_dal_extract.py
Browse files Browse the repository at this point in the history
Changed the variable
  • Loading branch information
vishreddy01 authored Apr 9, 2024
1 parent 71086ae commit 4f514d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmt/af/DAG/pmt_dlh_load_dal_extract.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, 27),
Expand Down

0 comments on commit 4f514d0

Please sign in to comment.