Token
Specifies the personal access token used by the provider to authenticate to Databricks.
Data Type
string
Default Value
""
Remarks
The Token property provides the authentication token that the add-in uses to access your Databricks workspace or SQL warehouse when AuthScheme is set to PersonalAccessToken.
You can generate a new token in the Databricks UI by navigating to User Settings > Access Tokens.
This token grants access according to your user permissions in Databricks and should be stored securely.
This property is required when using the PersonalAccessToken authentication scheme.