databricks-cli/libs/template
shreyas-goenka fb32e78c9b
Make to/from string methods private to the jsonschema package (#942)
## Changes
This PR makes a few methods private, exposing cleaner interfaces to get
the string representations for enums and default values of a JSON
Schema.

## Tests
Manually, template initialization for the `default-python` template
still works as expected.
2023-11-06 15:05:17 +00:00
..
templates/default-python Add welcome message to bundle templates (#907) 2023-10-25 12:27:25 +00:00
testdata Improve the output of the `databricks bundle init` command (#795) 2023-10-19 07:08:36 +00:00
config.go Make to/from string methods private to the jsonschema package (#942) 2023-11-06 15:05:17 +00:00
config_test.go Improve the output of the `databricks bundle init` command (#795) 2023-10-19 07:08:36 +00:00
file.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
file_test.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
helpers.go Improve the output of the `databricks bundle init` command (#795) 2023-10-19 07:08:36 +00:00
helpers_test.go Add a foundation for built-in templates (#685) 2023-08-25 09:03:42 +00:00
materialize.go Add welcome message to bundle templates (#907) 2023-10-25 12:27:25 +00:00
renderer.go Improve the output of the `databricks bundle init` command (#795) 2023-10-19 07:08:36 +00:00
renderer_test.go Improve the output of the `databricks bundle init` command (#795) 2023-10-19 07:08:36 +00:00