Airflow Schedule Insides Plugin
The Airflow Schedule Insides 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.
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 Insides
in the Browse
tab to access the plugin:
-
View all DAG runs in a Gantt chart:
-
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:
-
A table of future runs will be displayed, with events ordered by their start date:
-
Below this, you will find a table listing all the DAGs that won't run: