Anonymous
Not applicable

@Rahul Samant​ :

you can submit the run without creating a job and specify the "run_as_user_name" explicitly. You can do this using the Databricks CLI or API by specifying the user name in the command or API call. For example, using the Databricks CLI, you can submit a job run with the following command:

databricks jobs run-now --job-id <job-id> --notebook-params <parameters> --run-as <user-name>

Replace <job-id>, <parameters>, and <user-name> with the appropriate values for your job.

Hope this helps!