refactor: rename BUNDLE_UUID to BUNDLE_NAME_SUFFIX to avoid confusition with bundle.uuid field in databricks.yml

This commit is contained in:
Anton Nekipelov 2025-03-07 15:08:04 +01:00
parent 0f16296168
commit 797bfd4dea
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
bundle:
name: bind-schema-test-$BUNDLE_UUID
name: bind-schema-test-$BUNDLE_NAME_SUFFIX
resources:
schemas:

View File

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