databricks-cli/libs/jsonschema
shreyas-goenka a5815a0b47
Add welcome message to bundle templates (#907)
## Changes
Adds a welcome_message field to templates and the default python
template.

## Tests
Manually.

Here's the output logs during template init now:
```
shreyas.goenka@THW32HFW6T bricks % cli bundle init                              
Template to use [default-python]: 

Welcome to the sample Databricks Asset Bundle template! Please enter the following information to initialize your sample DAB.

Unique name for this project [my_project]: abcde
Include a stub (sample) notebook in 'abcde/src': no
Include a stub (sample) Delta Live Tables pipeline in 'abcde/src': yes
Include a stub (sample) Python package in 'abcde/src': no

 Your new project has been created in the 'abcde' directory!

Please refer to the README.md of your project for further instructions on getting started.
Or read the documentation on Databricks Asset Bundles at https://docs.databricks.com/dev-tools/bundles/index.html.
```
2023-10-25 12:27:25 +00:00
..
testdata Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
extension.go Add welcome message to bundle templates (#907) 2023-10-25 12:27:25 +00:00
instance.go Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
instance_test.go Fix pattern validation for input properties (#912) 2023-10-24 15:56:54 +00:00
schema.go Add support for validating CLI version when loading a jsonschema object (#883) 2023-10-19 14:01:48 +00:00
schema_order.go Add support for ordering of input prompts (#662) 2023-09-05 11:08:25 +00:00
schema_order_test.go Add support for ordering of input prompts (#662) 2023-09-05 11:08:25 +00:00
schema_test.go Add support for validating CLI version when loading a jsonschema object (#883) 2023-10-19 14:01:48 +00:00
utils.go Add support for regex patterns in template schema (#768) 2023-09-25 09:53:38 +00:00
utils_test.go Add support for regex patterns in template schema (#768) 2023-09-25 09:53:38 +00:00
validate_type.go Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00
validate_type_test.go Add schema and config validation to jsonschema package (#740) 2023-09-07 14:36:06 +00:00