Apache Airflow provider for MLflow
Project description
An Apache Airflow provider to interact with MLflow using Operators and Hooks for the following:
Registry
Deployments
Pyfunc
https://mlflow.org/docs/latest/index.html
Quick Start
Install and update using pip:
pip install airflow-provider-mlflow
Setting up Connections:
Connection Type: HTTP
- Local MLflow
Host: http://localhost (if running Airflwo in docker: http://host.docker.internal)
Port: 5000
- Hosted with Username/Password
Connection Type: HTTP
Host: Your MLflow host URL
Login: Your MLflow username
Password: Your MLflow password
- Databricks
Host: Your Databricks host URL (https://<instance-name>.cloud.databricks.com)
Login: ‘token’
Password: Your Databricks token
Examples can be found in the example_dags directory of the repo.
Changelog
We follow Semantic Versioning for releases. Check CHANGELOG.rst for the latest changes.
License
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
Hashes for airflow-provider-mlflow-1.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff4d3cb245f54e3ec113615f77536171d595f7fc732a5021932130b84574f51a |
|
MD5 | eb78ce55cc8186f849b6f2492e03db9f |
|
BLAKE2b-256 | caefee5dcf9e54157998935eccf46b0dc69a3edf6dfa4e1a29b18bee11cdad61 |
Hashes for airflow_provider_mlflow-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2e718b28f6ef2d81e3f11bcd1deea9347c2cdb6e8d1e161673a62941a0fba27 |
|
MD5 | 51e61b019f27d9c2760601dc33493de1 |
|
BLAKE2b-256 | 34a1c0970a4ab48ba568a28e7e389f7c7e52269fb4b0ae8f0fbe1ca2d6b42829 |