Skip to content

Commit 13f6660

Browse files
committed
README: added limitation that you cannot import a file-based backend store
1 parent 036a1c0 commit 13f6660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ See [README](databricks_notebooks/individual/README.md).
6767
since when importing [MLflowClient.create_model_version](https://mlflow.org/docs/latest/python_api/mlflow.client.html#mlflow.client.MlflowClient.create_model_version) requires a run ID.
6868
* If you need to preserve registered model version nummbers do not use the `use-threads` option since version numbers will not be exported or imported sequentially.
6969
* Run tags are always exported as a `string` even if they are an `int` since the [MlflowClienti.get_run()](https://mlflow.org/docs/latest/python_api/mlflow.client.html#mlflow.client.MlflowClient.get_run) does not return tag type information.
70+
* Importing from a file-based `--backend-store-uri` implementation is not supported since it does not have the same semantics as a database-based implementation (e.g. primary key constraints are not respected, model registry is not implemented, etc.).
71+
This is is not a limitation of mlflow-export-import but rather of the MLflow file-based implementation which is not meant for production.
72+
`
7073

7174
### Databricks Limitations
7275

0 commit comments

Comments
 (0)