andremesarovic
andremesarovic
Currently the tool requires a model version to have a run to be exported. There are rare use cases where a model version does not have a run. It is...
**Description** The left navbar is not scrollable in any of the SDK documentation pages. https://databricks-sdk-py.readthedocs.io/en/latest/ **Expected behavior** That left nevbar is scrollable.
Add feature to display artifacts as a recursive "tree": ``` └──artifacts ├──MLmodel ├──conda.yaml ├──input_example.json ├──metadata │ ├──metadata/MLmodel │ ├──metadata/conda.yaml │ ├──metadata/python_env.yaml │ └──metadata/requirements.txt ├──model.pkl ├──python_env.yaml ├──registered_model_meta └──requirements.txt ```