โ11-16-2022 04:24 PM
I am trying to add a button in a notebook to trigger an execution of another notebook, but it does not respond to the command. Any idea why? The run command works if I run in a separate cell
โ11-17-2022 11:25 PM
Hi, Could you please try this way: https://docs.databricks.com/notebooks/notebook-workflows.html#run-usage
Please let us know if this helps.
โ11-20-2022 11:32 AM
I think that's what I am doing on line 4 of my code right?
%run command can only be a separate cell.
โ11-20-2022 11:42 AM
Sometimes it shows the error:
IllegalArgumentException: Context not valid. If you are calling this outside the main thread, you must set the Notebook context via dbutils.notebook.setContext(ctx), where ctx is a value retrieved from the main thread (and the same cell) via dbutils.notebook.getContext().
โ03-23-2023 05:41 AM
Did you end up finding an answer to this? I am running into the same problem
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group