Dear all,
I have a few questions, so please bear with me.
The MLFlow documentation does not provide any information regarding backups, except
here. If I managed my own tracking server, I could make a backup, but how to I achieve this within Databricks?
pprint([dict(e)["artifact_location"] for e in MlflowClient().list_experiments()])
I was hoping to get an idea of the tracking server inside a Databricks Notebook, with the env variable
MLFLOW_TRACKING_URI, but its value is only:
MLFLOW_TRACKING_URI=databricks
3. In short, if I would delete a Databricks Workspace and wanted to have the full Tracking and Model Registry in a new one, how would I go about it?
Thank you for any help!
-Alec