Hello, We updated one of our code location from `1...
# ask-community
r
Hello, We updated one of our code location from
1.2.1
to
1.3.2
and are facing the following error message:
Copy code
Operation name: AssetEventsQuery

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

Path: ["assetOrError","assetMaterializations",0,"runOrError","mode"]

Locations: [{"line":191,"column":7}]

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"
Did we miss a step for this upgrade ?
d
Hi Lucas - is upgrading your dagit an option to 1.3.2 an option as well? Typically that shouldn't be needed but there may be an issue in dagit that this managed to trigger
r
Our dagit was recently upgraded to 1.3.1
d
I think this is an issue we squashed in the 1.3.2 release, yeah
👍 1
sorry for the trouble there
r
It fixed the issue. Thank you !
condagster 1