-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INVALID_PARAMETER_VALUE: Cannot update tag 'mlflow.rootRunId' when importing model into Databricks #12
Comments
Fix: 24b9efb |
@amesar , I'm testing the two databricks notebooks, namely Export_Experiment and Import_Experiment, by first exporting and then importing within one databricks account. The export part worked fine by exporting to a dbfs directory. However, when I try importing from the dbfs directory, I got the INVALID_PARAMETER_VALUE: Cannot update tag 'mlflow.rootRunId' error. |
Update: I get the same error when trying Import_Model, and Export_Model seems to work well. |
@amesar could you please reopen this issue? |
+1 |
@wqp89324 and @hebo-yang. Just checked in a fix. There was an edge case for nested run tags when importing into Databricks. Let me know if it works. |
When importing into Databricks a registered mode that was exported from Databricks, get the following error: INVALID_PARAMETER_VALUE: Cannot update tag 'mlflow.rootRunId'
The text was updated successfully, but these errors were encountered: