Skip to content

Commit

Permalink
build: update start time
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 26, 2024
1 parent f130509 commit 9e228df
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Binary file added dags/.DS_Store
Binary file not shown.
Binary file added dags/luchtmeetnet_ingestion/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
stations = [sd["number"] for sd in json.load(f)]

daily_partition = DailyPartitionsDefinition(
start_date=datetime.datetime(2024, 1, 1),
start_date=datetime.datetime(2024, 1, 24),
end_offset=0,
timezone="Europe/Amsterdam",
fmt="%Y-%m-%d",
Expand Down
Binary file added shared/.DS_Store
Binary file not shown.
Binary file added shared/dagster_utils/.DS_Store
Binary file not shown.

0 comments on commit 9e228df

Please sign in to comment.