Walter_C
Databricks Employee
Databricks Employee

You cannot create a PAT token for you Account Console authentication, on this case you will have 2 options to authenticate:

Using Basic auth, on which on your profile you will set you username and password to log in, same as you do to log in in the browser,

Using Oauth process, OAuth provides tokens with faster expiration times than Databricks personal access tokens, and offers better server-side session invalidation and scoping. Because OAuth access tokens expire in less than an hour, this reduces the risk associated with accidentally checking tokens into source control.

https://docs.databricks.com/en/dev-tools/cli/authentication.html#oauth-user-to-machine-u2m-authentic...

View solution in original post