@Suteja Kanuri I did try with dbutils.notebook.entry_point.getDbutils().notebook().getContext().notebookId().get() not just notebookId() and, the error was that the method doesn't exist.
@Suteja Kanuri The notebookID method doesn't exist.Py4JError: An error occurred while calling o709.notebookId. Trace:py4j.Py4JException: Method notebookId([]) does not exist.I tried currentRunId() and didn't use toJson() method but it didn't work o...
Hello @Suteja Kanuri Could you provide an example of the configuration, please?I tried the below configuration under Spark config but it didn't work out.py4j.allowed.methods toJson()