Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
Hello community, I want to have a new token, to be available to our users to interact with staging workspace. Is it possible to generate a token to be used for triggering only workflow in staging workspace databricks with databricks api?
you will need to have your own personal token to create one for your SP, in the UI you need to go to Settings > Under User > Developer > Personal Access Token.
Once you have your own token you can run the API I mentioned on my previous post and you need to give the application id of your SP. To get this App id you can go to settings > Identity and Access > Service Principals > Select the desired SP.
โ01-10-202507:15 AM - edited โ01-10-202507:16 AM
You could make use of Service Principals, and generate a on behalf Service Principal token, so your users will be able to make use of this token for their API calls.
you will need to have your own personal token to create one for your SP, in the UI you need to go to Settings > Under User > Developer > Personal Access Token.
Once you have your own token you can run the API I mentioned on my previous post and you need to give the application id of your SP. To get this App id you can go to settings > Identity and Access > Service Principals > Select the desired SP.
Join Us as a Local Community Builder!
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!