DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

Add MLFLOW_SQLALCHEMYSTORE_POOL_CLASS #145

Closed DougTrajano closed 2 years ago

DougTrajano commented 2 years ago

In this PR, we are adding a monkey patching that adds new environment variables that allow us to define a different pool class to sqlalchemy.create_engine() function.