dags
Enqueue a DAG-run from DAG
Creates a DAG-run from the DAG definition and adds it to the queue for execution
post/dags/{fileName}/enqueue
Path parameters
fileNamestring regex required
Name of the DAG file
the name of the DAG file
Query parameters
remoteNodestring
name of the remote node
Request body
Example request
{
"dagRunId": "latest"
}Response
A successful response
Example response
{
"dagRunId": "latest"
}