Closed PaulFarault closed 1 year ago
When 202 on GET /api/v1/deploy/dag, schema is empty instead of sth like:
/api/v1/deploy/dag
{ "id":8, "sources":null, "targets":null, "filter_expression":null, "start_time":"2023-01-16T15:42:34.748926+00:00", "end_time":null, "restart":false, "state":"Pending", "operations":[], "user":"8b2d5c6b-2ede-4172-8cb0-3d5def7d37be" }
This issue applies to all deploy endpoints.
When 202 on GET
/api/v1/deploy/dag
, schema is empty instead of sth like: