Databricks API using the personal access token
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 11:40 PM
We can access the Azure databricks API using the personal access token which is created by us manually.
The objective is that client don’t want to store the personal access token which may not be secure .
Do we have option to generate the token during run time (during API access- each time new token ) OR the API access request should be approved without using personal token ?.
Kindly advise