This commit is contained in:
Shreyas Goenka 2025-03-03 19:56:29 +01:00
parent eb58d11f9b
commit 007a714750
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,6 @@ trace $CLI bundle exec -t pat -- $CLI current-user me
trace errcode $CLI bundle exec -t pat -- $CLI current-user me -t oauth
# Explicitly select oauth target
export DATABRICKS_TOKEN=""
unset DATABRICKS_TOKEN
export DATABRICKS_CLIENT_SECRET="client_secret"
trace $CLI bundle exec -t oauth -- $CLI current-user me

View File

@ -4,5 +4,4 @@ unset DATABRICKS_TOKEN
# Confirm that bundle exec works for commands that do not require authentication,
# even if authentication is not provided.
trace $CLI bundle exec -- echo hello
trace $CLI bundle exec -- pwd