databricks-cli/acceptance/bundle/exec/no-auth/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
276 B
Plaintext
Raw Permalink Normal View History

2025-03-03 18:29:19 +00:00
unset DATABRICKS_HOST
unset DATABRICKS_TOKEN
2025-03-03 14:12:50 +00:00
# Confirm that bundle exec works for commands that do not require authentication,
# even if authentication is not provided.
trace $CLI bundle exec -- echo hello
2025-03-05 10:12:05 +00:00
trace $CLI bundle exec -- python3 -c 'import os; print(os.getcwd())'