Skip to content

Commit

Permalink
Updated dags with correct owner, schedule and start date
Browse files Browse the repository at this point in the history
  • Loading branch information
smunthik committed Oct 22, 2024
1 parent 3b9c794 commit 495b228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/bcts_lrm_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if ENV == 'LOCAL':
default_args = {
'owner': 'PMT',
'owner': 'BCTS',
"email": ["[email protected]"],
'retries': 1,
'retry_delay': timedelta(minutes=5),
Expand Down
2 changes: 1 addition & 1 deletion dags/lrm_annual_developed_volume_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if ENV == 'LOCAL':
default_args = {
'owner': 'PMT',
'owner': 'BCTS',
"email": ["[email protected]"],
'retries': 2,
'retry_delay': timedelta(minutes=5),
Expand Down

0 comments on commit 495b228

Please sign in to comment.