Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshoot and fix /list-workflows and /discovery-executions #163

Open
botanical opened this issue Jun 4, 2024 · 0 comments
Open

Troubleshoot and fix /list-workflows and /discovery-executions #163

botanical opened this issue Jun 4, 2024 · 0 comments

Comments

@botanical
Copy link
Member

GET /list-workflows and GET /discovery-executions with a workflow_execution_id that doesn't exist returns an Internal Server Error

/list-workflows error:

"Unhandled exception: 2 validation errors:\n  {'loc': ('response',), 'msg': 'value is not a valid dict', 'type': 'type_error.dict'}\n  {'loc': ('response',), 'msg': 'value is not a valid dict', 'type': 'type_error.dict'}\n",

/discovery-executions error:

\| Exception: Failed to find dag run id: 9ec62382-deca-436b-8038-b3e835cd837e_be3d675f-2f8b-43c4-904c-d113c04477f5

For the discovery-executions exception, if the dag run id can not be found, we should throw a more helpful error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant