Unity Catalog Shared Access Mode - dbutils.notebook.entry_point...getContext() not whitelisted
we are switching over to Unity Catalog and attempting to confirm the ability to run our existing notebooks. I have created a new Shared Unity Catalog Cluster and ran the notebook using the new cluster. Ran into an error attempting to execute a prin...
- 50016 Views
- 19 replies
- 10 kudos
Latest Reply
To replace dbutils.notebook.entry_point.getDbutils().notebook().getContext().toJson() and related APIs try:from dbruntime.databricks_repl_context import get_context token = get_context().apiToken host = get_context().browserHostName get_context().__d...
- 10 kudos