You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the job i am getting this issue in launchpad
Operation name: RunRootQuery
Message: Cannot return null for non-nullable field Run.mode.
Path: ["pipelineRunOrError","mode"]
Locations: [{"line":21,"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 did you expect to happen?
it not showing the job progress bar or animation
How to reproduce?
run job from launchpad and reload the current page
What's the issue?
After running the job i am getting this issue in launchpad
Operation name: RunRootQuery
Message: Cannot return null for non-nullable field Run.mode.
Path: ["pipelineRunOrError","mode"]
Locations: [{"line":21,"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 did you expect to happen?
it not showing the job progress bar or animation
How to reproduce?
run job from launchpad and reload the current page
Dagster version
dagster, version 1.9.7
Deployment type
Docker Compose
Deployment details
image: docker:20.10.14
Additional information
dagster-postgres = "^0.25.6"
dagster-k8s = "^0.25.6"
dagit = "^1.9.6"
dagster, version 1.9.7
python = "<3.13,>=3.9"
Message from the maintainers
No response
The text was updated successfully, but these errors were encountered: