rename schema.json to databricks_template_schema.json

This commit is contained in:
Shreyas Goenka 2023-07-04 16:04:32 +02:00
parent 4a53e0ce5a
commit 95391f792c
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
3 changed files with 1 additions and 1 deletions

View File

@ -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 {