.gitignore
.pre-commit-config.yaml
.python-version
.releaserc
LICENSE
README.md
pyproject.toml
tox.ini
.github/instructions/python.instructions.md
.github/workflows/bandit.yml
.github/workflows/commit-message-check.yml
.github/workflows/documentation.yaml
.github/workflows/pr-validate-title.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-test.yml
.github/workflows/pypi.yml
.github/workflows/unit-tests.yml
databricks_notebooks/README.md
databricks_notebooks/_README.py
databricks_notebooks/bulk/Check_Model_Versions_Runs.py
databricks_notebooks/bulk/Common.py
databricks_notebooks/bulk/Export_All.py
databricks_notebooks/bulk/Export_Experiments.py
databricks_notebooks/bulk/Export_Registered_Models.py
databricks_notebooks/bulk/Import_Experiments.py
databricks_notebooks/bulk/Import_Registered_Models.py
databricks_notebooks/bulk/_README.py
databricks_notebooks/copy/Common.py
databricks_notebooks/copy/Copy_Model_Version.py
databricks_notebooks/copy/Copy_Run.py
databricks_notebooks/copy/Create_Model_Version.py
databricks_notebooks/copy/MLflow_Copy_Model_Version.py
databricks_notebooks/copy/_README.py
databricks_notebooks/copy/experimental/Common.py
databricks_notebooks/copy/experimental/Copy_Model_Version.py
databricks_notebooks/copy/tests/Test_Copy_Model_Version.py
databricks_notebooks/scripts/Common.py
databricks_notebooks/scripts/Console_Scripts.py
databricks_notebooks/scripts/_README.py
databricks_notebooks/single/Common.py
databricks_notebooks/single/Export_Experiment.py
databricks_notebooks/single/Export_Model_Version.py
databricks_notebooks/single/Export_Registered_Model.py
databricks_notebooks/single/Export_Run.py
databricks_notebooks/single/Import_Experiment.py
databricks_notebooks/single/Import_Model_Version.py
databricks_notebooks/single/Import_Registered_Model.py
databricks_notebooks/single/Import_Run.py
databricks_notebooks/single/_README.py
databricks_notebooks/tools/Common.py
databricks_notebooks/tools/Get_Model_Signature.py
databricks_notebooks/tools/List_Model_Versions_Without_Signature.py
databricks_notebooks/tools/Set_Model_Signature.py
databricks_notebooks/tools/_README.py
docs/.nojekyll
docs/README.md
docs/_navbar.md
docs/_sidebar.md
docs/bulk.md
docs/copy.md
docs/export_format.md
docs/governance.md
docs/index.html
docs/limitations.md
docs/options.md
docs/single.md
docs/tools.md
docs/images/Copy_Model_Version_NonUC.png
docs/images/Copy_Model_Version_UC.png
docs/images/architecture.png
mlflow_migration/__init__.py
mlflow_migration/version.py
mlflow_migration.egg-info/PKG-INFO
mlflow_migration.egg-info/SOURCES.txt
mlflow_migration.egg-info/dependency_links.txt
mlflow_migration.egg-info/entry_points.txt
mlflow_migration.egg-info/requires.txt
mlflow_migration.egg-info/top_level.txt
mlflow_migration/bulk/__init__.py
mlflow_migration/bulk/bulk_utils.py
mlflow_migration/bulk/experiments_merge_utils.py
mlflow_migration/bulk/export_all.py
mlflow_migration/bulk/export_experiments.py
mlflow_migration/bulk/export_models.py
mlflow_migration/bulk/export_prompts.py
mlflow_migration/bulk/import_experiments.py
mlflow_migration/bulk/import_models.py
mlflow_migration/bulk/import_prompts.py
mlflow_migration/bulk/model_utils.py
mlflow_migration/bulk/rename_utils.py
mlflow_migration/client/__init__.py
mlflow_migration/client/client_utils.py
mlflow_migration/client/databricks_cli_utils.py
mlflow_migration/client/databricks_utils.py
mlflow_migration/client/http_client.py
mlflow_migration/client/mlflow_auth_utils.py
mlflow_migration/client/user_agent_header.py
mlflow_migration/common/__init__.py
mlflow_migration/common/click_options.py
mlflow_migration/common/default_logging_config.py
mlflow_migration/common/dump_utils.py
mlflow_migration/common/filesystem.py
mlflow_migration/common/find_artifacts.py
mlflow_migration/common/io_utils.py
mlflow_migration/common/iterators.py
mlflow_migration/common/logging_utils.py
mlflow_migration/common/mlflow_utils.py
mlflow_migration/common/model_utils.py
mlflow_migration/common/pkg_version.py
mlflow_migration/common/prompt_utils.py
mlflow_migration/common/source_tags.py
mlflow_migration/common/timestamp_utils.py
mlflow_migration/common/uc_permissions_utils.py
mlflow_migration/common/utils.py
mlflow_migration/common/version_utils.py
mlflow_migration/common/ws_permissions_utils.py
mlflow_migration/copy/__init__.py
mlflow_migration/copy/click_options.py
mlflow_migration/copy/copy_model_version.py
mlflow_migration/copy/copy_run.py
mlflow_migration/copy/copy_utils.py
mlflow_migration/experiment/__init__.py
mlflow_migration/experiment/export_experiment.py
mlflow_migration/experiment/import_experiment.py
mlflow_migration/experiment/nested_runs_utils.py
mlflow_migration/experiment/oss_nested_runs_utils.py
mlflow_migration/model/__init__.py
mlflow_migration/model/export_model.py
mlflow_migration/model/import_model.py
mlflow_migration/model_version/__init__.py
mlflow_migration/model_version/click_options.py
mlflow_migration/model_version/export_model_version.py
mlflow_migration/model_version/import_model_version.py
mlflow_migration/notebook/__init__.py
mlflow_migration/notebook/download_notebook.py
mlflow_migration/prompt/__init__.py
mlflow_migration/prompt/export_prompt.py
mlflow_migration/prompt/import_prompt.py
mlflow_migration/run/__init__.py
mlflow_migration/run/export_run.py
mlflow_migration/run/import_run.py
mlflow_migration/run/run_data_importer.py
mlflow_migration/run/run_utils.py
mlflow_migration/tools/__init__.py
mlflow_migration/tools/click_options.py
mlflow_migration/tools/get_model_signature.py
mlflow_migration/tools/list_model_versions_without_signatures.py
mlflow_migration/tools/list_registered_models.py
mlflow_migration/tools/set_model_signature.py
mlflow_migration/tools/signature_utils.py
mlflow_migration/tools/tools_utils.py
mlflow_migration/tools/experimental/README.md
mlflow_migration/tools/experimental/filter_one_model.py
mlflow_migration/tools/experimental/rewrite_export.py
mlflow_migration/tools/experimental/samples/custom_export_rewriters.py
mlflow_migration/workflow_api/README.md
mlflow_migration/workflow_api/__init__.py
mlflow_migration/workflow_api/log_utils.py
mlflow_migration/workflow_api/run_submit.py
mlflow_migration/workflow_api/utils.py
mlflow_migration/workflow_api/workflow_api_client.py
samples/databricks/bulk/experiments/experiments.json
samples/databricks/bulk/experiments/1280664374380606/experiment.json
samples/databricks/bulk/experiments/1280664374380606/253000ee70914831850defc593ba4740/run.json
samples/databricks/bulk/experiments/9195e233f19e49379b16c5f2d2b0c05f/experiment.json
samples/databricks/bulk/experiments/9195e233f19e49379b16c5f2d2b0c05f/a17f0abf5d46464d899f0ffcebbdb7a8/run.json
samples/databricks/bulk/models/manifest.json
samples/databricks/bulk/models/experiments/experiments.json
samples/databricks/bulk/models/experiments/1280664374380606/experiment.json
samples/databricks/bulk/models/experiments/1280664374380606/851de1f466304650a77c949f5d386d9f/run.json
samples/databricks/bulk/models/experiments/9195e233f19e49379b16c5f2d2b0c05f/experiment.json
samples/databricks/bulk/models/experiments/9195e233f19e49379b16c5f2d2b0c05f/a17f0abf5d46464d899f0ffcebbdb7a8/run.json
samples/databricks/bulk/models/models/models.json
samples/databricks/bulk/models/models/Keras_MNIST/model.json
samples/databricks/bulk/models/models/Sklearn_WineQuality/model.json
samples/databricks/single/experiments/notebook_experiments/repo_notebook/experiment.json
samples/databricks/single/experiments/notebook_experiments/repo_notebook/02aeef6d8cbf449ab50c8e715e320085/run.json
samples/databricks/single/experiments/notebook_experiments/workspace_notebook/experiment.json
samples/databricks/single/experiments/notebook_experiments/workspace_notebook/f7816bc76f254f22ab25549a7c2c9b06/run.json
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/run.json
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/estimator.html
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/model/MLmodel
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/model/conda.yaml
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/model/input_example.json
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/model/python_env.yaml
samples/databricks/single/experiments/workspace_experiments/automl_workspace_notebook/5e1e2c44039a40afafc760b837a4daab/artifacts/model/requirements.txt
samples/databricks/single/experiments/workspace_experiments/job_repo_notebook/experiment.json
samples/databricks/single/experiments/workspace_experiments/repo_notebook/experiment.json
samples/databricks/single/experiments/workspace_experiments/repo_notebook/bad4988ed1184aad953fd14efee72fa2/run.json
samples/databricks/single/experiments/workspace_experiments/workspace_notebook/experiment.json
samples/databricks/single/experiments/workspace_experiments/workspace_notebook/253000ee70914831850defc593ba4740/run.json
samples/databricks/single/experiments/workspace_experiments/workspace_notebook_src_tags/experiment.json
samples/databricks/single/experiments/workspace_experiments/workspace_notebook_src_tags/68850173104649149678090f75d36d0a/run.json
samples/databricks/single/models/basic/model.json
samples/databricks/single/models/deleted_runs/model.json
samples/databricks/single/models/src_tags/model.json
samples/databricks/single/versions/sklearn_wine/experiment.json
samples/databricks/single/versions/sklearn_wine/model.json
samples/databricks/single/versions/sklearn_wine/version.json
samples/databricks/single/versions/sklearn_wine/run/run.json
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/MLmodel
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/conda.yaml
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/input_example.json
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/model.pkl
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/python_env.yaml
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/requirements.txt
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/metadata/MLmodel
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/metadata/conda.yaml
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/metadata/python_env.yaml
samples/databricks/single/versions/sklearn_wine/run/artifacts/model/metadata/requirements.txt
samples/oss_mlflow/bulk/experiments/experiments.json
samples/oss_mlflow/bulk/experiments/1/experiment.json
samples/oss_mlflow/bulk/experiments/1/d057cae15f27465988e72c6212e1f226/run.json
samples/oss_mlflow/bulk/experiments/2/experiment.json
samples/oss_mlflow/bulk/experiments/2/5397ae67ee0c49139bf64834b4d27fab/run.json
samples/oss_mlflow/bulk/experiments/2/8a6af43e756f433da7a90fd6b4e49c3a/run.json
samples/oss_mlflow/bulk/models/manifest.json
samples/oss_mlflow/bulk/models/experiments/experiments.json
samples/oss_mlflow/bulk/models/experiments/1/experiment.json
samples/oss_mlflow/bulk/models/experiments/1/d057cae15f27465988e72c6212e1f226/run.json
samples/oss_mlflow/bulk/models/experiments/2/experiment.json
samples/oss_mlflow/bulk/models/experiments/2/5397ae67ee0c49139bf64834b4d27fab/run.json
samples/oss_mlflow/bulk/models/experiments/2/8a6af43e756f433da7a90fd6b4e49c3a/run.json
samples/oss_mlflow/bulk/models/models/models.json
samples/oss_mlflow/bulk/models/models/sklearn_iris/model.json
samples/oss_mlflow/bulk/models/models/sklearn_wine/model.json
samples/oss_mlflow/bulk/prompts/prompts_summary.json
samples/oss_mlflow/bulk/prompts/my-greeting-prompt_v1/prompt.json
samples/oss_mlflow/single/experiments/basic/experiment.json
samples/oss_mlflow/single/experiments/basic/eb66c160957d4a28b11d3f1b968df9cd/run.json
samples/oss_mlflow/single/experiments/src_tags/experiment.json
samples/oss_mlflow/single/experiments/src_tags/4b0ce88fd34e45fc8ca08876127299ce/run.json
samples/oss_mlflow/single/models/basic/model.json
samples/oss_mlflow/single/models/src_tags/model.json
scripts/release.sh
tests/README.md
tests/__init__.py
tests/compare_utils.py
tests/core.py
tests/sklearn_utils.py
tests/utils_test.py
tests/data/iris_score.csv
tests/data/iris_train.csv
tests/databricks/README.md
tests/databricks/__init__.py
tests/databricks/_test_model_version.py
tests/databricks/_test_registered_model.py
tests/databricks/compare_utils.py
tests/databricks/config.yaml.template
tests/databricks/includes.py
tests/databricks/init_tests.py
tests/databricks/local_utils.py
tests/databricks/run_tests.sh
tests/databricks/test_copy_model_version.py
tests/databricks/test_copy_run.py
tests/databricks/test_experiments.py
tests/databricks/test_model_version.py
tests/databricks/test_registered_model.py
tests/databricks/unity_catalog_client.py
tests/databricks/uc/run_tests.sh
tests/databricks/uc/test_copy_model_version.py
tests/databricks/uc/test_model_version.py
tests/databricks/uc/test_registered_model.py
tests/databricks_notebooks/README.md
tests/databricks_notebooks/__init__.py
tests/databricks_notebooks/config.yaml.template
tests/databricks_notebooks/databricks_tester.py
tests/databricks_notebooks/init_tests.py
tests/databricks_notebooks/run_tests.sh
tests/databricks_notebooks/test_basic.py
tests/databricks_notebooks/experiment/Iris_Train.py
tests/databricks_notebooks/samples/run_tests_junit.xml
tests/databricks_notebooks/samples/run_tests_report.html
tests/databricks_notebooks/samples/failed/run_tests_junit.xml
tests/databricks_notebooks/samples/failed/run_tests_report.html
tests/open_source/README.md
tests/open_source/__init__.py
tests/open_source/init_tests.py
tests/open_source/kill_server.sh
tests/open_source/oss_utils_test.py
tests/open_source/run_tests.sh
tests/open_source/test_bulk_all.py
tests/open_source/test_bulk_experiments.py
tests/open_source/test_bulk_experiments_export_param.py
tests/open_source/test_bulk_experiments_merge_utils.py
tests/open_source/test_bulk_models.py
tests/open_source/test_copy_model_version.py
tests/open_source/test_copy_run.py
tests/open_source/test_exceptions.py
tests/open_source/test_experiments.py
tests/open_source/test_find_run_model_names.py
tests/open_source/test_iterators.py
tests/open_source/test_logged_model_id.py
tests/open_source/test_model_signature.py
tests/open_source/test_model_version.py
tests/open_source/test_models.py
tests/open_source/test_models_archive_vesions.py
tests/open_source/test_prompts.py
tests/open_source/test_renames.py
tests/open_source/test_run_data_limits.py
tests/open_source/test_runs.py
tests/open_source/test_uc_permissions.py
tests/open_source/test_ws_permissions.py
tests/open_source/samples/run_tests_junit.xml
tests/open_source/samples/run_tests_report.html