https://dagster.io/ logo
Title
r

Rasmus Bonnevie

05/23/2023, 1:36 PM
My runs menu is failing to display anything with a graphql error:
Operation name: RunsRootQuery

Message: Cannot return null for non-nullable field Run.mode.

Path: ["pipelineRunsOrError","results",0,"mode"]

Locations: [{"line":29,"column":3}]
Tried running the "retrieve all runs" GraphQL query from the docs (https://docs.dagster.io/concepts/dagit/graphql#get-a-list-of-dagster-runs) but that works without problems
If there are any mutations I can call to fix it or even delete part of my run history let me know - anything beats having to re-materialize everything from scratch 😮
d

daniel

05/23/2023, 1:40 PM
Hi Rasmus - I think this is a bug that we fixed in the 1.3.2 release of dagit, I would expect a version upgrade to fix this
r

Rasmus Bonnevie

05/23/2023, 1:44 PM
I am on 1.3.1, so that's very possible then - thanks for the fast response!
that seemed to resolve it :)
😛artydagster: 1