geoHeil
07/28/2022, 5:53 PMexecution_timezone
` https://docs.dagster.io/concepts/partitions-schedules-sensors/schedules#timezones but for the partitions of a sensor I cannot find a smimilar functionDailyPartitionsDefinition
which is backing the sensor indeed does offer some time zone related settingsdaily_partitions_def = DailyPartitionsDefinition(start_date="2022-07-25", timezone="Europe/Vienna")
only renders the 25th, 26th and 27th not today (28th) in the partition handling of dagster/dagitAdam Bloom
07/28/2022, 6:07 PMgeoHeil
07/28/2022, 6:08 PMsandy
07/28/2022, 6:18 PMgeoHeil
07/28/2022, 6:19 PMsandy
07/28/2022, 6:22 PMend_offset=1
, on your PartitionsDefinition
, then your partitions should include "2022-07-26" as soon as the clock strikes 2022-07-26 000000geoHeil
07/28/2022, 6:23 PMsandy
07/28/2022, 6:23 PM