Skip to content

Commit

Permalink
chore: change start date
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 26, 2024
1 parent acf9d41 commit 56c089f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

daily_partition = DailyPartitionsDefinition(
start_date="2023-12-20", end_offset=0, timezone="Europe/Amsterdam", fmt="%Y-%m-%d"
start_date="2024-01-26", end_offset=0, timezone="Europe/Amsterdam", fmt="%Y-%m-%d"
)

stations_partition = DynamicPartitionsDefinition(name="stations")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def slack_message_on_failure(context: RunFailureSensorContext, slack: SlackResou
@sensor(job=ingestion_job)
def stations_sensor(context, luchtmeetnet_api: LuchtMeetNetResource):
# Only take first three stations for demo purposes
stations_request = luchtmeetnet_api.request("stations")[:10]
stations_request = luchtmeetnet_api.request("stations")
context.log.debug(stations_request)
stations = [
f["number"]
Expand Down

0 comments on commit 56c089f

Please sign in to comment.