On our server was installed Dagster 1.2.2, I decid...
# ask-community
r
On our server was installed Dagster 1.2.2, I decided to update to 1.3.7. But than I rollbacked to 1.2.2 and now I have
Unexpected GraphQL error
when I open runs tab.
Operation name: RunsRootQuery
Message: Cannot return null for non-nullable field Run.mode.
Path: ["pipelineRunsOrError","results",16,"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"
what could be the reason?
a
I believe logging and metadata bits are incompatible
it'll clear up if you delete your workspace logs etc
r
Thanks,@Arthur do you know, where is it located by default?
a
there should be a dagster_home enviroment variable , if not it'll be wherever you first started up a dagster instance in or whichever folder holds your dagster.yml or workspace.yml files
l
Having the same issue, did you manage to solve it?
j
Having the same issue, any results?