dag-runs
Enqueue a DAG-run from inline spec
Creates a DAG-run directly from a provided DAG specification (YAML) and enqueues it for execution.
This endpoint does not require a pre-existing DAG file; the supplied spec is parsed and validated similarly to /dags/validate, and the run is persisted to the queue if valid.
post/dag-runs/enqueue
Query parameters
remoteNodestring
name of the remote node
Request body
Example request
{
"dagRunId": "latest"
}Response
DAG-run successfully enqueued
Example response
{
"dagRunId": "latest"
}