This repository provides hook and operator to connect to the Lokalise API using the Lokalise Python SDK.
The package is available on pip. It can be installed using
pip install airflow-providers-lokaliseHook and operator are using the following parameter to connect to Lokalise API:
lokalise_conn_id: name of the connection in Airflowpassword: personal API token to connect to the API. Can be obtained following this documentationhost: name of the project in Lokalise.
- Hook is located in the
lokalise_provider/hooksfolder. - Operator is located in the
lokalise_provider/operatorfolder. - Tests for hook and operator are located in the
testsfolder.
- Python >= 3.10
- Airflow >= 2.7
- python-lokalise-api>=3.0.0
Additional dependencies are described in the pyproject.toml file.