Hi - when trying to load dagster runs, we're getti...
# ask-community
e
Hi - when trying to load dagster runs, we're getting this error which told me to post the information on slack:
Operation name: RunsRootQuery
Message: Cannot return null for non-nullable field Run.mode.
Path: ["pipelineRunsOrError","results",1,"mode"]
Locations: [{"line":29,"column":3}]
Stack Trace:
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 541, in execute_field
return_type, field_nodes, info, path, result
File "/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py", line 621, in complete_value
"Cannot return null for non-nullable field"
This started after upgrading from 1.2.6 -> 1.3.2
d
Hi Eric - I believe that if you upgrade your dagit to version 1.3.2, this problem should go away