OCNORA

Apache Airflow

Business appsUsername & passwordcredential probe

Trigger DAG runs and monitor Airflow via the stable REST API.

OCNORA ships 5 typed Apache Airflow operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 5

  • Get DAG Run
    Fetch one DAG run's state.
    airflow.get_dag_run
  • List DAG Runs
    List recent runs of a DAG.
    airflow.list_dag_runs
  • List DAGs
    List the DAGs on the Airflow instance.
    airflow.list_dags
  • Pause/Unpause DAG
    Pause or unpause a DAG.
    airflow.set_dag_paused
  • Trigger DAG Run
    Start a DAG run, optionally with a conf payload.
    airflow.trigger_dag_run

Run your first Apache Airflow workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.