Can you load a specific version of an asset using ...
# ask-community
k
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
hi @Kathleen Kiker! in short: yes, using load_asset_value. I created a discussion for this question (for visibility) with more details