Skip to content
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

Open
amesar opened this issue Aug 2, 2021 · 6 comments

Comments

@amesar
Copy link
Owner

amesar commented Aug 2, 2021

When importing into Databricks a registered mode that was exported from Databricks, get the following error: INVALID_PARAMETER_VALUE: Cannot update tag 'mlflow.rootRunId'

@amesar amesar closed this as completed Aug 2, 2021
@amesar
Copy link
Owner Author

amesar commented Aug 2, 2021

Fix: 24b9efb

@wqp89324
Copy link

@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.
The peek_at_experiment seems to work fine. I also tried setting import_metadata_tags to True or False, but getting the same error.
Could you please help? I suspect you made the changes above for model and run, but not for experiment?

@wqp89324
Copy link

Update: I get the same error when trying Import_Model, and Export_Model seems to work well.

@wqp89324
Copy link

@amesar could you please reopen this issue?

@hebo-yang
Copy link

+1

@amesar
Copy link
Owner Author

amesar commented Apr 29, 2022

@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.

@amesar amesar reopened this Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants