2023-08-25 09:03:42 +00:00
{
2023-10-25 12:27:25 +00:00
"welcome_message" : "\nWelcome to the sample Databricks Asset Bundle template! Please enter the following information to initialize your sample DAB.\n" ,
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" ,
2023-09-25 09:53:38 +00:00
"order" : 1 ,
2023-10-19 07:08:36 +00:00
"pattern" : "^[A-Za-z0-9_]+$" ,
"pattern_match_failure_message" : "Name must consist of letters, numbers, and underscores."
2023-09-06 09:52:31 +00:00
} ,
"include_notebook" : {
"type" : "string" ,
"default" : "yes" ,
2023-09-13 17:57:31 +00:00
"enum" : [ "yes" , "no" ] ,
2023-10-19 07:08:36 +00:00
"description" : "Include a stub (sample) notebook in '{{.project_name}}{{path_separator}}src'" ,
2023-09-06 09:52:31 +00:00
"order" : 2
} ,
"include_dlt" : {
"type" : "string" ,
"default" : "yes" ,
2023-09-13 17:57:31 +00:00
"enum" : [ "yes" , "no" ] ,
2023-10-19 07:08:36 +00:00
"description" : "Include a stub (sample) Delta Live Tables pipeline in '{{.project_name}}{{path_separator}}src'" ,
2023-09-06 09:52:31 +00:00
"order" : 3
} ,
"include_python" : {
"type" : "string" ,
"default" : "yes" ,
2023-09-13 17:57:31 +00:00
"enum" : [ "yes" , "no" ] ,
2023-10-19 07:08:36 +00:00
"description" : "Include a stub (sample) Python package in '{{.project_name}}{{path_separator}}src'" ,
2023-09-06 09:52:31 +00:00
"order" : 4
2023-08-25 09:03:42 +00:00
}
2023-10-19 07:08:36 +00:00
} ,
"success_message" : "\n✨ Your new project has been created in the '{{.project_name}}' directory!\n\nPlease refer to the README.md of your project for further instructions on getting started.\nOr read the documentation on Databricks Asset Bundles at https://docs.databricks.com/dev-tools/bundles/index.html."
2023-08-25 09:03:42 +00:00
}