mirror of https://github.com/databricks/cli.git
Copy-editing for SQL templates (#1474)
## Changes This applies changes suggested by @juliacrawf-db
This commit is contained in:
parent
4bc0ea0af3
commit
41678fa695
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"welcome_message": "\nWelcome to the dbt template for Databricks Asset Bundles!\n\nWorkspace selected based on your current profile (see https://docs.databricks.com/dev-tools/cli/profiles.html for how to change this).\nworkspace_host: {{workspace_host}}",
|
||||
"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}}",
|
||||
"properties": {
|
||||
"project_name": {
|
||||
"type": "string",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"welcome_message": "\nWelcome to the default SQL template for Databricks Asset Bundles!\n\nWorkspace selected based on your current profile (see https://docs.databricks.com/dev-tools/cli/profiles.html for how to change this).\nworkspace_host: {{workspace_host}}",
|
||||
"welcome_message": "\nWelcome to the default SQL 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}}",
|
||||
"properties": {
|
||||
"project_name": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue