Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022
04:05 AM
- last edited on
03-21-2025
06:17 AM
by
Advika
Hello,
I want to run some notebooks from notebook "A".
And regardless of the contents of the some notebook, it is run for a long time (20 seconds). It is constans value and I do not know why it takes so long.
I tried run simple notebook with one input parameter and only print it - it takes the same 20 seconds.
I use this method:
notebook_result = dbutils.notebook.run("notebook_name", 60, {"key1": "value1", "key2": "value2"})
The notebooks are in the same folder and in the same cluster (really good cluster).
Could someone explain me why it takes so long and how can I speed it run?
Best regards,
Łukasz