Hi Dagster Team,
# ask-community
s
Hi Dagster Team,
s
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