mirror of https://github.com/databricks/cli.git
36 lines
1.7 KiB
JSON
36 lines
1.7 KiB
JSON
{
|
|
"welcome_message": "\nWelcome to the default Python template for Databricks Asset Bundles!",
|
|
"properties": {
|
|
"project_name": {
|
|
"type": "string",
|
|
"default": "my_project",
|
|
"description": "Please provide the following details to tailor the template to your preferences.\n\nUnique name for this project",
|
|
"order": 1,
|
|
"pattern": "^[A-Za-z0-9_]+$",
|
|
"pattern_match_failure_message": "Name must consist of letters, numbers, and underscores."
|
|
},
|
|
"include_notebook": {
|
|
"type": "string",
|
|
"default": "yes",
|
|
"enum": ["yes", "no"],
|
|
"description": "Include a stub (sample) notebook in '{{.project_name}}{{path_separator}}src'",
|
|
"order": 2
|
|
},
|
|
"include_dlt": {
|
|
"type": "string",
|
|
"default": "yes",
|
|
"enum": ["yes", "no"],
|
|
"description": "Include a stub (sample) Delta Live Tables pipeline in '{{.project_name}}{{path_separator}}src'",
|
|
"order": 3
|
|
},
|
|
"include_python": {
|
|
"type": "string",
|
|
"default": "yes",
|
|
"enum": ["yes", "no"],
|
|
"description": "Include a stub (sample) Python package in '{{.project_name}}{{path_separator}}src'",
|
|
"order": 4
|
|
}
|
|
},
|
|
"success_message": "Workspace to use (auto-detected, edit in '{{.project_name}}/databricks.yml'): {{workspace_host}}\n\n✨ Your new project has been created in the '{{.project_name}}' directory!\n\nPlease refer to the README.md file for \"getting started\" instructions.\nSee also the documentation at https://docs.databricks.com/dev-tools/bundles/index.html."
|
|
}
|