Hello,
We have recently created a notebook in order to allow users inserting/updating values in specific tables. The logic behind the update statements is included in a separate notebook where users don't have access. However we would like to know if there is a way to hide/separate also the widgets logic that is for example:
dbutils.widgets.removeAll()
dbutils.widgets.dropdown(" Action", "get", ["get", "insert", "update"])
Edit the share permissions on the notebook as "run" only doesn't seem to work. User still has the right to change the above code.
Thank you,
Eleni