Socket
Book a DemoInstallSign in
Socket

airflow-schedule-insights

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airflow-schedule-insights

An Apache Airflow plugin that visualizes DAG runs in a Gantt chart, predicts future runs, and identifies tasks that won't execute. Enhance your workflow monitoring and planning with intuitive visualizations.

pipPyPI
Version
0.1.3
Maintainers
1

Airflow Schedule Insights Plugin

The Airflow Schedule Insights Plugin for Apache Airflow allows you to visualize DAG runs in a Gantt chart, predict future runs, and identify DAGs that won't run, providing a seamless and efficient workflow for managing your pipelines. Enhance your workflow monitoring and planning with intuitive visualizations.

Tests Status Code style: black

System Requirements

  • Airflow Versions: 2.4.0 or newer

How to Install

Add airflow-schedule-insights to your requirements.txt and restart the web server.

How to Use

  • Navigate to Schedule Insights in the Browse tab to access the plugin:

    Menu

  • View all DAG runs in a Gantt chart:

    Gantt Chart Logs

  • Toggle the Show Future Runs? option to predict the next runs for your DAGs and generate a list of all the DAGs that won't run.

    Note: All event-driven DAGs (scheduled by datasets and triggers) are predicted only to their next run.

  • Future DAGs will be highlighted in gray on the Gantt chart:

    Gantt Chart Future Runs

  • A table of future runs will be displayed, with events ordered by their start date:

    Future Runs Table

  • Below this, you will find a table listing all the DAGs that won't run:

    Missing Future Runs Table

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts