https://prefect.io logo
Title
f

Florian Pape

03/06/2023, 2:28 PM
Hi guys, when trying to run a deployment via https://XXX/api/deployments/12345/create_flow_run it does not run the deplyoment and send back an error: via browser
{
  "detail": "Method Not Allowed"
}
via API docs on prefect server
"detail": "Data integrity conflict. This usually means a unique or foreign key constraint was violated. See server logs for details."
Goal is to trigger a deplyoment/ flow from another when data was loaded by another tool. Thanks in advance. 🙂
c

Christopher Boyd

03/06/2023, 2:33 PM
how are you trying to trigger it
f

Florian Pape

03/06/2023, 2:37 PM
hosted it locally. using the /api/docs#/ or directly via the browser for testing purposes. Read depoyment information via GET is working fine