Skip to content

Commit

Permalink
Set welcome message for the stack in the template schema (#112)
Browse files Browse the repository at this point in the history
* Set welcome message for the stack in the template schema

* -
  • Loading branch information
shreyas-goenka authored Nov 6, 2023
1 parent 122b479 commit 2192cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databricks_template_schema.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"welcome_message": "Welcome to MLOps Stacks. For detailed information on project generation, see the README at https://github.com/databricks/mlops-stacks/blob/main/README.md.",
"min_databricks_cli_version": "v0.209.0",
"properties": {
"input_project_name": {
"order": 1,
"type": "string",
"default": "my-mlops-project",
"description": "{{if false}}\n\nERROR: This template is no longer supported supported by CLI versions v0.209 and lower.\nPlease hit control-C and go to https://docs.databricks.com/en/dev-tools/cli/install.html for instructions on upgrading the CLI.\n\n\n{{end}}Welcome to MLOps Stacks. For detailed information on project generation, see the README at https://github.com/databricks/mlops-stacks/blob/main/README.md. \n\nProject Name"
"description": "{{if false}}\n\nERROR: This template is no longer supported supported by CLI versions v0.209 and lower.\nPlease hit control-C and go to https://docs.databricks.com/en/dev-tools/cli/install.html for instructions on upgrading the CLI.\n\n\n{{end}}\nProject Name"
},
"input_root_dir": {
"order": 2,
Expand Down

0 comments on commit 2192cc0

Please sign in to comment.