https://dagster.io/ logo
Title
s

Sean Han

05/02/2023, 9:24 PM
Hi Dagster team, do we have a plan to add support of FreshnessPolicy for StaticPartition?
s

sandy

05/03/2023, 12:06 AM
Hey Sean - we're interested in supporting this, but it's not on our immediate roadmap. Would you be up for filing a github issue with this request? Including any details on how you'd like it to function? cc @owen
o

owen

05/03/2023, 12:08 AM
https://github.com/dagster-io/dagster/issues/13219 is an existing issue that covers similar functionality
s

Sean Han

05/03/2023, 4:20 PM
There might be another way to achieve this, I just want all partitions for that asset to be run once every day. But I don’t want it to be time window partitioned because that will store multiple version of the asset. I just need the latest one.
s

sandy

05/03/2023, 6:39 PM
s

Sean Han

05/03/2023, 7:52 PM
I think it would work! Thanks