Airflow Integration

Rating

Version 25.1.0
Updated 2025-04-24
Version 25.1.0
Updated 2025-04-24

Airflow is a platform created by the community to programmatically author, schedule and monitor workflows. It allows users to define workflows as Directed Acyclic Graphs (DAGs) of tasks, making it easier to manage data pipelines and automate processes.

Steps

  • airflow.Server: Configure Airflow server connection.

  • airflow.getDag: Retrieve basic information about a DAG.

  • airflow.filterDags: List all DAGs with optional filters.

  • airflow.updateDag: Mark a DAG as active or paused.

  • airflow.getDagRun: Retrieve details of a specific DAG run.

  • airflow.listDagRuns: List all runs for a specific DAG.

  • airflow.getTaskInstance: Retrieve details of a task instance within a DAG run.

  • airflow.triggerDagRun: Trigger a new DAG run.

  • airflow.modifyDagRun: Modify the state of a DAG run.

  • airflow.deleteDagRun: Delete a specific DAG run.

Reference Images

Click image to view full size.
  • Airflow Server
  • Get DAG task
  • Get DAG Run task
  • List DAGs task
  • List DAG Runs task
  • Delete DAG Run task
  • Get Task Instance task
  • Modify DAG Run State task
  • Trigger DAG Run task
  • Update DAG task

Authored By

Digital.ai

Digital.ai support

We would be happy to help you!