diff --git a/Model Validation.ipynb b/Model Validation.ipynb index 4953318..968024f 100644 --- a/Model Validation.ipynb +++ b/Model Validation.ipynb @@ -174,11 +174,11 @@ "if not model_details.description:\n", " has_description = False\n", " print(\"Please add model description to the version\")\n", - " dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n", + " #dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n", "elif not len(model_details.description) > 20:\n", " has_description = False\n", " print(\"Please add detailed model description (40 char min).\")\n", - " dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n", + " #dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n", "else:\n", " has_description = True\n", "\n", diff --git a/cicd_params.json b/cicd_params.json deleted file mode 100644 index d61b5d8..0000000 --- a/cicd_params.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "input_root_dir": "my_mlops_project", - "input_cloud": "aws", - "input_cicd_platform": "github_actions", - "input_default_branch": "main", - "input_release_branch": "release", - "cloud_specific_node_type_id": "v0.236.0", - "input_cli_version": "v0.236.0", - "test_catalog_name": "mlops_stage", - "staging_catalog_name": "mlops_stage", - "prod_catalog_name": "mlops_prod", - "input_docker_image": "databricksfieldeng/mlopsstacks:latest" -}