Here are the steps to generate a Personal Access Token (PAT) for a Service Principal in Databricks, along with the relevant documentation:
Create a Service Principal in Databricks:
- Go to your Databricks workspace.
- Navigate to the "User Management" section.
- Click on "Service Principals" and then "Add Service Principal".
- Enter the necessary details and create the Service Principal.
Generate a Personal Access Token (PAT):
- Once the Service Principal is created, go to the "User Settings" section in the Databricks UI.
- Click on "Generate New Token".
- Provide a name and expiration period for the token.
- Click "Generate" and copy the token.
For more detailed instructions, you can refer to the official Databricks documentation on personal access token authentication