mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Databricks MLflow - When we click reproduce run, it is throwing an error. "Unexpected error when submitting form." #44

Closed premjayaraj closed 1 year ago

premjayaraj commented 1 year ago

Customer have used this repo https://github.com/mlflow/mlflow-export-import, to migrate from ST shard to E2.

When they are trying to access the source notebook from MLflow tracking UI it is redirecting to the ST shard.

Screenshot 2022-10-26 at 2 06 09 AM
amesar commented 1 year ago

This a limitation of the Databricks API where cannot import a notebook revision. You can export a notebook revision but you cannot link it to the imported run.

See https://github.com/mlflow/mlflow-export-import#importing-notebooks.

amesar commented 1 year ago

Databricks API doesn't allow you to import and attach a notebook revision to an MLflow run.