https://dagster.io/ logo
#ask-community
Title
# ask-community
s

Sean Han

01/10/2023, 6:26 PM
Hi Dagster Team,
s

sandy

01/10/2023, 9:25 PM
Hi Sean - you should be able to accomplish this by setting a
TimeWindowPartitionMapping
and using the
start_offset
/
end_offset
parameters: https://docs.dagster.io/_apidocs/partitions#dagster.TimeWindowPartitionMapping
this PR includes an example of how to use it: https://github.com/dagster-io/dagster/pull/11615/files
❤️ 1
2 Views