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

8 lines
276 B
Plaintext

unset DATABRICKS_HOST
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 -- python3 -c 'import os; print(os.getcwd())'