mirror of https://github.com/databricks/cli.git
rename schema.json to databricks_template_schema.json
This commit is contained in:
parent
4a53e0ce5a
commit
95391f792c
|
@ -4,7 +4,7 @@ import (
|
|||
"path/filepath"
|
||||
)
|
||||
|
||||
const schemaFileName = "schema.json"
|
||||
const schemaFileName = "databricks_template_schema.json"
|
||||
const templateDirName = "template"
|
||||
|
||||
func Materialize(templateRoot, instanceRoot, configPath string) error {
|
||||
|
|
Loading…
Reference in New Issue