Hi, After migrating from 0.7.3 to 0.7.12 with `dag...
# announcements
s
Hi, After migrating from 0.7.3 to 0.7.12 with
dagster instance migrate
I get the following GraphQL errors on the`runs` tab in `dagit`:
Copy code
Message: Cannot query field "pipelineSnapshotId" on type "Pipeline"
Path:
Locations: [{"line":38,"column":7}]

Message: Cannot query field "rootRunId" on type "PipelineRun". Did you mean "runId"?
Path:
Locations: [{"line":28,"column":3}]

Message: Cannot query field "parentRunId" on type "PipelineRun". 
Path:
Locations: [{"line":29,"column":3}]
To solve the current issue - I am going to start from a clean slate and keep the old db for reference if required
s
this typically means that the client-side JS is out-of-date with the server. these are graphql errors.
a
make sure dagit and all dagster packages are on the same version