Skip to content

Commit 989d621

Browse files
Copy-editing
1 parent d471666 commit 989d621

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/template/templates/default-sql/databricks_template_schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"http_path": {
1313
"type": "string",
1414
"pattern": "^/sql/.\\../warehouses/[a-z0-9]+$",
15-
"pattern_match_failure_message": "Path must be of the form /sql/1.0/warehouses/abcdef1234567890",
16-
"description": "\nPlease provide the HTTP Path of the SQL warehouse you would like to use with dbt during development.\nYou can find this path by clicking on \"Connection Details\" for your SQL warehouse.\nhttp_path [example: /sql/1.0/warehouses/abcdef1234567890]",
15+
"pattern_match_failure_message": "Path must be of the form /sql/1.0/warehouses/<warehouse id>",
16+
"description": "\nPlease provide the HTTP Path of the SQL warehouse you would like to use with dbt during development.\nYou can find this path by clicking on \"Connection details\" for your SQL warehouse.\nhttp_path [example: /sql/1.0/warehouses/abcdef1234567890]",
1717
"order": 2
1818
},
1919
"default_catalog": {
@@ -29,7 +29,7 @@
2929
"description": "\nWould you like to use a personal schema for each user working on this project? (e.g., 'catalog.{{short_name}}')\npersonal_schemas",
3030
"enum": [
3131
"yes, automatically use a schema based on the current user name during development",
32-
"no, seluect a single schema for all users during development"
32+
"no, select a single schema for all users during development"
3333
],
3434
"order": 4
3535
},
@@ -45,7 +45,7 @@
4545
"default": "default",
4646
"pattern": "^\\w+$",
4747
"pattern_match_failure_message": "Invalid schema name.",
48-
"description": "\nPlease provide a initial schema during development.\ndefault_schema",
48+
"description": "\nPlease provide an initial schema during development.\ndefault_schema",
4949
"order": 5
5050
}
5151
},

0 commit comments

Comments
 (0)