Implementing resource tokens in Azure Databricks
Azure Databricks provides access tokens called Personal Access Tokens (PATs) that can be used to authenticate Azure Databricks APIs.
The following example shows how to create a new Azure Databricks PAT:
- Select User Settings from the Settings tab.
- Click on the Generate New Token button.
- Fill in the Comment and Lifetime fields required for the token:
Note
When you click on Generate, it will pop up a screen with the token. You will have to copy and store it safely at that time. You will not be able to copy that token again once that screen is closed. If you lose the token, you will have to delete it and generate a new one...