Hi,
Context
To follow up on the discussion here
We currently have a number of mlflow databases (Cloud SQL) for each team without workspace enabled, and we would like to migrate all team's data into the new single mlflow database (Cloud SQL) and separate them by workspaces. The curernt tool doesn't support this scenario.
The Ask
Move content from server A database A workspace A into server B database B, keep or rename the workspace name in the target database.
For example:
export-experiment --experiment sklearn-wine --workspace workspace_old
import-experiment --experiment sklearn-wine --workspace workspace_new
Hi,
Context
To follow up on the discussion here
We currently have a number of mlflow databases (Cloud SQL) for each team without workspace enabled, and we would like to migrate all team's data into the new single mlflow database (Cloud SQL) and separate them by workspaces. The curernt tool doesn't support this scenario.
The Ask
Move content from server A database A workspace A into server B database B, keep or rename the workspace name in the target database.
For example:
export-experiment --experiment sklearn-wine --workspace workspace_oldimport-experiment --experiment sklearn-wine --workspace workspace_new