Pere Miquel Brull f2fb0521c2
Update airflow loggers and rename ometa loggers (#9868)
* Update airflow loggers and rename ometa loggers

* ANSI print to logger

* Remove colored logging from tests

* Merge ometa_logger into the one used in loggers class

* linting

* linting

Co-authored-by: Nahuel Verdugo Revigliono <nahuel@getcollate.io>
2023-01-23 16:28:17 +01:00
..

MlFlow Integration Test

We have prepared a small test to check the MlFlow ingestion.

We have used a decoupled architecture for MlFlow with:

  • mlflow running in a remote server
  • minio as the artifact store
  • mysql as the registry

To run this test:

  • cd into this directory
  • make build
  • pip install mlflow-skinny sklearn. We use the skinny one for the client.
  • python experiment.py should show new experiments in http://localhost:5000
  • python train.py will register a new model
  • metadata ingest -c examples/workflows/mlflow.yaml will run the workflow.