Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
host = [DATABRICKS_URL]
serverless_compute_id = auto
workspace_id = [NUMID]
auth_type = databricks-cli
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Profile DEFAULT was successfully saved
[DEFAULT]
host = [DATABRICKS_URL]
serverless_compute_id = auto
workspace_id = [NUMID]
auth_type = databricks-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
[DEFAULT]

[custom-test]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
auth_type = databricks-cli
workspace_id = [NUMID]
5 changes: 3 additions & 2 deletions acceptance/cmd/auth/login/custom-config-file/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ OK: Default .databrickscfg does not exist
[DEFAULT]

[custom-test]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
auth_type = databricks-cli
workspace_id = [NUMID]
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
[DEFAULT]

[override-test]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
auth_type = databricks-cli
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ Profile override-test was successfully saved
[DEFAULT]

[override-test]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
auth_type = databricks-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
[DEFAULT]

[existing-profile]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
auth_type = databricks-cli
5 changes: 3 additions & 2 deletions acceptance/cmd/auth/login/host-from-profile/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ Profile existing-profile was successfully saved
[DEFAULT]

[existing-profile]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
auth_type = databricks-cli
5 changes: 3 additions & 2 deletions acceptance/cmd/auth/login/nominal/out.databrickscfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
[DEFAULT]

[test]
host = [DATABRICKS_URL]
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
auth_type = databricks-cli

[__settings__]
default_profile = test
1 change: 1 addition & 0 deletions acceptance/cmd/auth/login/preserve-fields/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ cluster_id = existing-cluster-123
warehouse_id = warehouse-456
azure_environment = USGOVERNMENT
custom_key = my-custom-value
workspace_id = [NUMID]
auth_type = databricks-cli
7 changes: 4 additions & 3 deletions acceptance/cmd/auth/login/with-scopes/out.databrickscfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
[DEFAULT]

[scoped-test]
host = [DATABRICKS_URL]
scopes = jobs,pipelines,clusters
auth_type = databricks-cli
host = [DATABRICKS_URL]
workspace_id = [NUMID]
scopes = jobs,pipelines,clusters
auth_type = databricks-cli

[__settings__]
default_profile = scoped-test
Loading
Loading