Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 03:24 PM
This is not avaliable in Workflow/Jobs.
Job should newer be run as person who is executing the job, especialy in Production.
The reason is that the output might be not the same, base on person who is running the job (e.g. diffrent Row Level Access).
If you must use Workflows, you could give people "Manage" permission over job and let them change run as every time (but that is ugly solution).
What you are looking for is something diffrent:
- give person ability to run notebook / package using all-purpose cluster
- if you want to do it via job and job cluster - let people use JOB API "/api/2.1/jobs/run-now"
https://docs.databricks.com/api/azure/workspace/jobs/runnow