fix on ubuntu

This commit is contained in:
Shreyas Goenka 2025-02-27 19:40:45 +01:00
parent dd67ee376f
commit 31360440e4
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
4 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
>>> [CLI] auth describe
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": dial tcp: lookup non-existing-subdomain.databricks.com: no such host
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)
-----
Current configuration:
✓ host: https://non-existing-subdomain.databricks.com (from .databrickscfg config file)

View File

@ -0,0 +1,3 @@
[[Repls]]
Old='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": .*'
New='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)'

View File

@ -1,6 +1,6 @@
>>> [CLI] auth describe
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": dial tcp: lookup non-existing-subdomain.databricks.com: no such host
Unable to authenticate: Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)
-----
Current configuration:
✓ profile: myprofile (from bundle)

View File

@ -1 +1,5 @@
Badness = "The profile is coming from the environment variable, not the bundle. This is a bug because auth describe attributes it to the bundle."
[[Repls]]
Old='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": .*'
New='Get "https://non-existing-subdomain.databricks.com/api/2.0/preview/scim/v2/Me": (redacted)'