library · inferred from evidence
airflow-provider-hightouch
A provider library for integrating Hightouch with Airflow.
- airflow-provider-hightouch 5.0.0 (Airflow 3) missing from PyPI
In Hightouch: Until the PyPI ownership transfer completes, install the Airflow 3 compatible version straight from git. A maintainer posted this workaround and a reporter confirmed it worked: ```toml # pyproject.toml dependencies = [ "air
- airflow-provider-hightouch: parse_sync_run_details KeyError on missing completionRatio
In Hightouch: The provider assumed the API always returns `completionRatio` in the sync run details and KeyError'd when it was absent. The reporter hit this on provider 3.0.1 whenever a sync run's API response omitted the field, crashing `p