2023-08-25 09:03:42 +00:00
|
|
|
{
|
|
|
|
"properties": {
|
|
|
|
"project_name": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "my_project",
|
2023-09-06 09:52:31 +00:00
|
|
|
"description": "Unique name for this project",
|
|
|
|
"order": 1
|
|
|
|
},
|
|
|
|
"include_notebook": {
|
|
|
|
"todo": "use an enum here, see https://github.com/databricks/cli/pull/668",
|
|
|
|
"type": "string",
|
|
|
|
"default": "yes",
|
|
|
|
"pattern": "^(yes|no)$",
|
|
|
|
"description": "Include a stub (sample) notebook in 'my_project/src'",
|
|
|
|
"order": 2
|
|
|
|
},
|
|
|
|
"include_dlt": {
|
|
|
|
"todo": "use an enum here, see https://github.com/databricks/cli/pull/668",
|
|
|
|
"type": "string",
|
|
|
|
"default": "yes",
|
|
|
|
"pattern": "^(yes|no)$",
|
|
|
|
"description": "Include a stub (sample) DLT pipeline in 'my_project/src'",
|
|
|
|
"order": 3
|
|
|
|
},
|
|
|
|
"include_python": {
|
|
|
|
"todo": "use an enum here, see https://github.com/databricks/cli/pull/668",
|
|
|
|
"type": "string",
|
|
|
|
"default": "yes",
|
|
|
|
"pattern": "^(yes|no)$",
|
|
|
|
"description": "Include a stub (sample) Python package 'my_project/src'",
|
|
|
|
"order": 4
|
2023-08-25 09:03:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|