Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
envsubst < databricks.yml.tmpl > databricks.yml
envsubst < take_ownership.json.tmpl > take_ownership.json
# Locally DATABRICKS_CLIENT_ID is unset; fall back to the current identity so the
# owner matches cloud. Scoped to this command so CLI auth is unaffected.
DATABRICKS_CLIENT_ID="${DATABRICKS_CLIENT_ID:-$CURRENT_USER_NAME}" envsubst < take_ownership.json.tmpl > take_ownership.json
trace cat take_ownership.json

trace as-test-sp $CLI current-user me | jq .displayName
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Local = false
Local = true
Cloud = true
RecordRequests = false
CloudEnvs.gcp = false
Expand Down
Loading