Metaplane Airflow Provider integrates Metaplane monitoring into Apache Airflow, enabling automatic data observability checks (field health, volume, freshness) as part of DAG runs. Current version 0.0.6 (alpha), with an unstable API and sparse documentation. Release cadence is irregular.
pip install airflow-metaplaneNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal DAG that runs Metaplane checks using the operator. Replace connection_id and checks as needed. Set METAPLANE_API_KEY and METAPLANE_API_SECRET environment variables.
Pin to exact version and test after upgrades.
Always pass a JSON string, e.g., `checks='["field_health", "row_count"]'`.
Install `pip install airflow-metaplane`, import `from airflow_metaplane`.
No dependency data recorded yet.