Skip to content

Commit

Permalink
make clearinghouse load sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSLogan committed Nov 8, 2024
1 parent a70e7f5 commit 71fa90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/load_from_clearinghouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def pems_clearinghouse_to_s3_task(**context):
@dag(
description="Load data from the PeMS clearinghouse webserver to S3",
start_date=datetime(1994, 12, 1),
schedule_interval="0 12 * * *", # 4 AM PST
schedule_interval="0 8 * * *", # 12 AM PST
default_args={
"owner": "Traffic Operations",
"depends_on_past": False,
Expand Down

0 comments on commit 71fa90e

Please sign in to comment.