An Apache Airflow provider package that integrates with Keycloak, enabling communication with Keycloak authentication servers. The current version is 0.7.1, supporting Airflow 2.7+ and Python >=3.10. Released on an as-needed basis.
pip install apache-airflow-providers-keycloakVerified import paths — ran on the pinned version, not inferred.
Shows how to import and instantiate the KeycloakHook after setting up a connection.
Create a connection in Airflow UI or via environment variable AIRFLOW_CONN_KEYCLOAK_DEFAULT with JSON config.
Ensure your Airflow and Python versions are compatible.
Use the new import path: from airflow.providers.keycloak.hooks.keycloak import KeycloakHook