Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#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
Post