The Release Airflow Integration enables seamless orchestration between your release management platform and Apache Airflow, allowing teams to incorporate data pipeline workflows directly into their release processes. With this integration, users can trigger, monitor, and manage Airflow DAGs as part of automated release pipelines, ensuring better coordination between application deployments and data workflows.
Steps
airflow.Server: Connection definition for Airflow
airflow.Task:
airflow.getDag: Get basic information about a DAG
airflow.filterDags: List all DAGs
airflow.updateDag: Mark the DAG as active or paused
airflow.getDagRun: Get details of a DAG run
airflow.listDagRuns: List DAG runs detail
airflow.getTaskInstance: Get details of a task instance
airflow.triggerDagRun: Trigger a new DAG run
airflow.modifyDagRun: Modify a DAG run state
airflow.deleteDagRun: Delete a DAG run










