https://dagster.io/ logo
Title
k

Kathleen Kiker

05/23/2023, 4:21 PM
Can you load a specific version of an asset using its partition key? We have a daily partitioned job that snapshots the state of certain data. Another daily job queries for a list of dates from an external API, and we’d like to retrieve that date’s snapshot to compare against.
o

owen

05/23/2023, 6:16 PM
hi @Kathleen Kiker! in short: yes, using load_asset_value. I created a discussion for this question (for visibility) with more details