If I've created a partitioned job, say daily, can ...
# ask-community
n
If I've created a partitioned job, say daily, can I create another job that just does something with the most recent instance of the partition? (this way I could collect daily snapshots of data, but only generate a 'sales report' out of yesterday's data.) Or would I do this by having the 'sales report' asset figure out the latest day of data?
dagster bot surface to discussion 1
c
Hi Nate, I wrote up a short discussion that answers your question: https://github.com/dagster-io/dagster/discussions/15340
n
that's amazing, thank you!