TOSIT-IO / tdp-server

REST API for tdp-lib orchestration
2 stars 2 forks source link

No schema for deploy endpoints #105

Closed PaulFarault closed 1 year ago

PaulFarault commented 1 year ago

When 202 on GET /api/v1/deploy/dag, schema is empty instead of sth like:

{
  "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"
}
PaulFarault commented 1 year ago

This issue applies to all deploy endpoints.