https://dagster.io/ logo
#ask-community
Title
# ask-community
s

Sean Davis

02/03/2023, 5:03 PM
I'm working with a graph-backed asset with a static partition def. In one of the ops, I'd like to get a list of all the partition keys. I've experimented a bit, but haven't found the right method or member of the
context
to get that information. Any help?
p

Pezhman Zarabadi-Poor

02/03/2023, 5:24 PM
I believe you can access them using
get_partition_keys
method on the
context