databricks-cli/libs/template/testdata/template-in-path
shreyas-goenka 6ea70c82a9
Execute paths without the .tmpl extension as templates (#654)
## Changes
The `.tmpl` extension is only meant as a qualifier for whether the file
content is executed as a template. All file paths in the `template`
directory should be treated as valid go text templates.

Before only paths with the `.tmpl` extensions would be resolved as
templates, after this change, all file paths are interpreted as
templates.

## Tests
Unit test. The newly added unit tests also asserts that the file path is
correct, even when the `.tmpl` extension is missing.
2023-08-11 13:48:32 +00:00
..
library Execute paths without the .tmpl extension as templates (#654) 2023-08-11 13:48:32 +00:00
template/{{template `dir_name`}} Execute paths without the .tmpl extension as templates (#654) 2023-08-11 13:48:32 +00:00