Skip to main content

Orchestration Visibility

Qarion can mirror Airflow pipeline metadata into the platform so data teams can review DAG health, run history, task status, ownership, and annotations without leaving the governance workspace.

  1. Create a source system for the orchestrator.
  2. Add an Airflow connector with the base URL and credentials required by your deployment.
  3. Run connector sync to import DAGs, recent runs, task runs, provider metadata, and product relationships where available.
  4. Assign Qarion teams and criticality to important pipelines.
  5. Use run and task comments to capture investigation notes and handoffs.
  6. Trigger supported Airflow pipelines from Qarion for reruns or validation.

Data Model

The orchestration surface separates provider objects from Qarion governance metadata:

ObjectPurpose
PipelineProvider DAG or equivalent orchestrated job.
Pipeline runOne execution of a pipeline.
Task runOne task execution within a pipeline run.
ConnectorThe configured Airflow integration used for sync.
CommentsQarion annotations on runs or task runs.

Provider identifiers remain available for traceability. Qarion-owned metadata such as team assignment, criticality, watched state, and comments lets governance teams layer operational ownership on top of Airflow data.

Operational Notes

  • Orchestration endpoints are space scoped.
  • Sync and trigger actions are provider backed; v1 supports Airflow.
  • Pipeline and run list endpoints return pagination headers.
  • Connector sync requires permission to edit the connector.
  • Triggering a pipeline returns provider-specific errors when Airflow rejects or cannot complete the request.