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.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7cf57073d420b7d503a7fd183538de30821cf01041351c7b4d9e4e89c7a8d73 |
|
MD5 | ed922dee2869135ba6112a4bb65e8dab |
|
BLAKE2b-256 | 05b93068dd38f7a0eaa5c6677f4c87a5f9f7c2b221333d195f36a1f4dcc6c66e |
Hashes for airflow_provider_mlflow-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf33d6ce00b99d2e0c2c32d0da34517659804f2c75c651be557c5885840b2fd8 |
|
MD5 | 527ded0d7b7e5db5680e1fa050996bee |
|
BLAKE2b-256 | 7f2c826dbc9a0859ed5e08962d96ad2ce6fe6b56d66044affbda8bc59b1810c0 |