Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 04:28 AM
@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!