hi! Can’t stop job run from GUI, te seems because ...
# ask-community
t
hi! Can’t stop job run from GUI, te seems because of millions of records in a log, it is not loaded, just says GRAPHQL error or just hang on. Can I stop pipeline just with stting some field in postgres dagster db to cancelled or similar? Because I can’t reload all dagster kubernetes pods now…
Copy code
Operation name: PipelineRunsRootQuery

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

Path: ["pipelineRunsOrError","results",0,"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"
s
Hi Tomakhina, what version of dagit are you running? There was an issue with this missing mode field that was recently fixed.
t
Ooo, thank you!
s
just to confirm, did you update and the issue was fixed?
t
Yes, this issue was fixed. Thank you. But I have another one:
Copy code
Operation name: InstanceWarningQuery

Message: Cannot query field 'backfillId' on type 'PartitionBackfill'.

Path: 

Locations: [{"line":10,"column":9}]
c
Hey Tomakhina. What versions are you running of dagster and dagit? I suspect there might be a version misalignment--the version of dagit might be less than the version of dagster.
❤️ 1