This package contains performance testing utilities and DAGs for Apache Airflow.
The performance testing framework generates DAGs for performance testing purposes. The number of DAGs, tasks, and their structure can be controlled through environment variables.
PERF_DAGS_COUNT- number of DAGs to generatePERF_TASKS_COUNT- number of tasks in each DAGPERF_START_DATE- if not provided current time -PERF_START_AGOappliesPERF_START_AGO- start time relative to current time used if PERF_START_DATE is not provided. Default1hSCHEDULE_INTERVAL_ENV- Schedule interval. Default@oncePERF_SHAPE- shape of DAG. SeeDagShape. DefaultNO_STRUCTURE
pip install -e .Apache License 2.0