From 95391f792c5f49914d7a7bb429315c46ea2a149d Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 4 Jul 2023 16:04:32 +0200 Subject: [PATCH] rename schema.json to databricks_template_schema.json --- .../{schema.json => databricks_template_schema.json} | 0 libs/template/materialize.go | 2 +- .../skip_dir/{schema.json => databricks_template_schema.json} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename internal/testdata/init/templateDefinition/{schema.json => databricks_template_schema.json} (100%) rename libs/template/testdata/skip_dir/{schema.json => databricks_template_schema.json} (100%) 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 7bfe9cb03..ecb75749c 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