This commit is contained in:
Shreyas Goenka 2025-03-05 13:00:06 +01:00
parent 7dc24b6484
commit 90a95846ad
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Replace placeholder with an actual host URL
# Replace placeholder with an actual host URL and token
envsubst < .databrickscfg > out && mv out .databrickscfg
export DATABRICKS_CONFIG_FILE=.databrickscfg

View File

@ -1,4 +1,4 @@
# Replace placeholder with an actual host URL
# Replace placeholder with an actual host URL and token
envsubst < .databrickscfg > out && mv out .databrickscfg
export DATABRICKS_CONFIG_FILE=.databrickscfg

View File

@ -1,4 +1,4 @@
# Replace placeholder with an actual host URL
# Replace placeholder with an actual host URL and token
envsubst < .databrickscfg > out && mv out .databrickscfg
export DATABRICKS_CONFIG_FILE=.databrickscfg
@ -6,5 +6,5 @@ export DATABRICKS_CONFIG_FILE=.databrickscfg
unset DATABRICKS_HOST
unset DATABRICKS_TOKEN
# Should use default target, which is bat based authentication
# Should use default target, which is pat based authentication
trace $CLI bundle exec -- $CLI current-user me

View File

@ -1,4 +1,4 @@
# Replace placeholder with an actual host URL
# Replace placeholder with an actual host URL and token
envsubst < .databrickscfg > out && mv out .databrickscfg
export DATABRICKS_CONFIG_FILE=.databrickscfg