The script automates the collection and insertion of KPIs related to transaction time and storage usage in a Data Warehouse, using Apache Airflow. It calculates the time elapsed since the last transaction and the percentage of storage usage, recording this data periodically in specific tables.
python-script data-warehouse data-engineering data-ingestion etl-pipeline airflow-dag transaction-metrics storage-usage data-kpi-scheduler kpi-data-pipeline
-
Updated
May 21, 2026 - Python