diff --git a/internal/testdata/init/templateDefinition/schema.json b/internal/testdata/init/templateDefinition/databricks_template_schema.json similarity index 100% rename from internal/testdata/init/templateDefinition/schema.json rename to internal/testdata/init/templateDefinition/databricks_template_schema.json diff --git a/libs/template/materialize.go b/libs/template/materialize.go index 7bfe9cb0..ecb75749 100644 --- a/libs/template/materialize.go +++ b/libs/template/materialize.go @@ -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 { diff --git a/libs/template/testdata/skip_dir/schema.json b/libs/template/testdata/skip_dir/databricks_template_schema.json similarity index 100% rename from libs/template/testdata/skip_dir/schema.json rename to libs/template/testdata/skip_dir/databricks_template_schema.json