"welcome_message":"\nWelcome to the dbt template for Databricks Asset Bundles!\n\nA workspace was selected based on your current profile. For information about how to change this, see https://docs.databricks.com/dev-tools/cli/profiles.html.\nworkspace_host: {{workspace_host}}",
"description": "\nPleaseprovidetheHTTPPathoftheSQLwarehouseyouwouldliketousewithdbtduringdevelopment.\nYoucanfindthispathbyclickingon\"Connection details\" for your SQL warehouse.\nhttp_path [example: /sql/1.0/warehouses/abcdef1234567890]",
"description":"\nPlease provide an initial catalog{{if eq (default_catalog) \"\"}} (leave blank when not using Unity Catalog){{end}}.\ndefault_catalog",
"order":3
},
"personal_schemas":{
"type":"string",
"description":"\nWould you like to use a personal schema for each user working on this project? (e.g., 'catalog.{{short_name}}')\npersonal_schemas",
"enum":[
"yes, use a schema based on the current user name during development",
"no, use a shared schema during development"
],
"order":4
},
"shared_schema":{
"skip_prompt_if":{
"properties":{
"personal_schemas":{
"const":"yes, use a schema based on the current user name during development"
"description":"\nPlease provide an initial schema during development.\ndefault_schema",
"order":5
}
},
"success_message":"\n📊 Your new project has been created in the '{{.project_name}}' directory!\nIf you already have dbt installed, just type 'cd {{.project_name}}; dbt init' to get started.\nRefer to the README.md file for full \"getting started\" guide and production setup instructions.\n"