Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2026 09:46 AM - edited 03-15-2026 09:47 AM
Hi @balajij8, I'm already aware of the use of %run command. I'm working on practicing the use of dbutils.notebook.run() API since I'm working on cases where %run command does not work.
The dbutils.notebook API complements %run because it lets you pass parameters to and return values from a notebook. Likewise, you can use dbutils.notebook.run() to invoke an R notebook - but you can't do it with %run command.