FlowETL is a collection of Apache Airflow operators and sensors designed for use with FlowKit, a platform for analysing CDR data. The library provides ETL operators specific to FlowDB and FlowMachine. Current version: 1.34.0. Release cadence: irregular, tied to FlowKit releases.
pip install flowetlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
A minimal DAG using FlowETL's CSVToFlowDBOperator to load a CSV into FlowDB, then a FlowETLSensor to wait for the data to be available.
Update Airflow to 2.10.5 and replace deprecated operators with their new equivalents.
Define the Airflow connection (e.g., via UI or environment variable) matching the conn_id used in the operator.
Upgrade Python environment to 3.11 or later.