cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Profile setup for databricks Account

Prasad_Koneru
New Contributor III

Hi Team,

we usually do setup profile for databrikcs at workspace level, and i have done this using host url and token which is working fine like below.

[DEFAULT]
host = workspaceurl
username = ****
password = token

Now my question is how we set for databricks account. by providing url as host = https://accounts.azuredatabricks.net

do we have option to generate token at account??

 

1 ACCEPTED SOLUTION

Accepted Solutions

Walter_C
Honored Contributor

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

2 REPLIES 2

Walter_C
Honored Contributor

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...

Thanks a lot it helped me to setup profile for Account.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group