Skip to content

Commit

Permalink
added placeholder schedule, first day of the month every month
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed Sep 16, 2024
1 parent aa291c8 commit 90ba382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airflow/dags/sync_ntd_data_api/METADATA.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: "Scrape NTD endpoints from DOT API"
schedule_interval: null
description: "Scrape NTD endpoints from DOT API monthly"
schedule_interval: "0 11 * * *" #11 am first of every month
tags:
- all_gusty_features
default_args:
Expand Down
4 changes: 2 additions & 2 deletions airflow/dags/sync_ntd_data_xlsx/METADATA.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: "Scrape NTD endpoints from DOT XLSX format"
schedule_interval: null
description: "Scrape NTD endpoints from DOT XLSX format monthly"
schedule_interval: "0 12 * * *"
tags:
- all_gusty_features
default_args:
Expand Down

0 comments on commit 90ba382

Please sign in to comment.