Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2021 01:37 PM
Oh, I see what you are looking for. Yes- totally possible. Here would be your primary notebook code:
all_args = dbutils.notebook.entry_point.getCurrentBindings()
print(all_args)
for arg in all_args:
print(arg)
nb1 = dbutils.notebook.run('./notebooks_sec_1', 0, all_args)