Apache Airflow Provider for OVHcloud AI
Project description
Apache Airflow Provider for OVHcloud AI
This package provides Apache Airflow integration with OVHcloud AI products:
- AI Endpoints: an OpenAI-compatible API service for running LLM inference
- AI Training: managed training jobs on GPU clusters with full lifecycle management
Documentation
The documentation can be found here. You will find all informations on how to create your DAGs and automations for our AI products in Apache Airflow.
Development
Setup Development Environment
# Clone the repository
git clone https://github.com/ovh/apache-airflow-provider-ovhcloud-ai.git
cd apache-airflow-provider-ovhcloud-ai
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install in development mode
pip install -e ".[dev]"
Run Tests
pytest tests/
Code Formatting
black apache_airflow_provider_ovhcloud_ai/
flake8 apache_airflow_provider_ovhcloud_ai/
mypy apache_airflow_provider_ovhcloud_ai/
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Support
Acknowledgments
- Built for Apache Airflow
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file apache_airflow_provider_ovhcloud_ai-1.0.0.tar.gz.
File metadata
- Download URL: apache_airflow_provider_ovhcloud_ai-1.0.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed19c53e2125873715b07cd0c7cb8b8706449c0c62e33c7107556b2db29bc1fe
|
|
| MD5 |
f6997e65d801b47eea83ce9f2cadb3c7
|
|
| BLAKE2b-256 |
4ca51de896688134ab6d41a7d14cafc572e458507aee3783dd492fa12a74bd22
|
File details
Details for the file apache_airflow_provider_ovhcloud_ai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: apache_airflow_provider_ovhcloud_ai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
343ebd78fa09b393483598ad100cd4dd6d1c74eb5682ad1934fde633afef7056
|
|
| MD5 |
7a9fa52a6fbe98abcf811d96201bf7fb
|
|
| BLAKE2b-256 |
a30a4895dd2d7b316ce1ed72791ae544cfdfc83abf25fbcddf5e0f25a51ca2ef
|