Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#ask-community
Title
# ask-community
l
Liezl Puzon
05/31/2022, 2:37 PM
why is RunsFilter.job_name giving me
field \"jobName\": Unknown field.
in graphql?
🤖 1
✅ 1
d
daniel
05/31/2022, 2:40 PM
Hi Liezl - I think that graphql field is still a bit behind the times and is expecting pipelineName as the key (passing in the job name there will work fine though)
l
Liezl Puzon
05/31/2022, 2:41 PM
that worked! thanks I was using this for reference,
https://docs.dagster.io/_modules/dagster/core/storage/pipeline_run
instead where can I find the most up-to-date fields for graphql?
d
daniel
05/31/2022, 2:42 PM
That Schema tab on the right of the Playground should give it to you actually
❤️ 1
in that screenshot
3 Views
Post