From 797bfd4dea8488bdc2053b313b6275201ad10491 Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:08:04 +0100 Subject: [PATCH] refactor: rename BUNDLE_UUID to BUNDLE_NAME_SUFFIX to avoid confusition with bundle.uuid field in databricks.yml --- acceptance/bundle/deployment/bind/schema/databricks.yml | 2 +- acceptance/bundle/deployment/bind/schema/script | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acceptance/bundle/deployment/bind/schema/databricks.yml b/acceptance/bundle/deployment/bind/schema/databricks.yml index 5236f6356..e8e0f150c 100644 --- a/acceptance/bundle/deployment/bind/schema/databricks.yml +++ b/acceptance/bundle/deployment/bind/schema/databricks.yml @@ -1,5 +1,5 @@ bundle: - name: bind-schema-test-$BUNDLE_UUID + name: bind-schema-test-$BUNDLE_NAME_SUFFIX resources: schemas: diff --git a/acceptance/bundle/deployment/bind/schema/script b/acceptance/bundle/deployment/bind/schema/script index 31d661b0b..ef0ce1514 100644 --- a/acceptance/bundle/deployment/bind/schema/script +++ b/acceptance/bundle/deployment/bind/schema/script @@ -1,7 +1,7 @@ title "Bind schema test: " title "Substitute variables in the template: " -export BUNDLE_UUID=$(uuid) +export BUNDLE_NAME_SUFFIX=$(uuid) export SCHEMA_NAME="test-schema-$(uuid)" envsubst < databricks.yml > out.yml && mv out.yml databricks.yml