Skip to main content

Airflow plugin for visualising DAG schedules within 24 hour window of a day.

Project description

DAG Schedule Graph

Airflow plugin for visualising DAG schedules within 24 hour window of a day.

Note: Project is in its early development stage so bugs are expected.

Airflow dag-schedule-graph plugin screenshot

Install

W.I.P

Development

# Create virtual environment using conda  
conda create -n dag-schedule-graph python=3.7.9

# Load environemnt variables
source .envrc

# Create Postgres database and user
createuser airflow_rbac
createdb -O airflow_rbac airflow_rbac

# Install plugin and all dependencies
pip install -e '.[dev]'

# Running tests
pytest tests

# Initialize Airflow
airflow initdb

# Create Airflow user 
airflow create_user -u admin -e admin@gmail.com -p admin -f admin -l admin -r Admin

# Start Airflow Webserver
airflow webserver

# Access webserver
open http://localhost:8080/dag-schedule-graph/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dag-schedule-graph-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page