I'm working with a graph-backed asset with a stati...
# ask-community
s
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
I believe you can access them using
get_partition_keys
method on the
context