DAG Run

Description

This Task triggers an Airflow DAG run using this endpoint

Use Cases

TBA

Parameters

TBA

NameData typeRestrictionsExample

JSON Body

Json

Well-formatted JSON

Error handling

API Requests

Orchestra will fail the Task if the response code isn't a 2xx code.

CodeDescriptionHandling

401

Unauthorised

We will raise an error and parse the raw error message from the Stitch response as the Orchestra message

404

Not Found

We will raise an error with the HTTP Reason as the Orchestra message

Other error code

We will raise an error with the HTTP Reason as the Orchestra message

Last updated