Hi @Vibhakar Prasadโ, This error message suggests you are encountering a Py4JSecurityException when trying to mount a file system in Databricks.
Py4J is the Java gateway library used by Databricks to enable communication between Python and Java code.
The error occurs when the mounting method in the DBUtilsCore class is not whitelisted for security reasons.
By default, only a limited set of methods are whitelisted to prevent potentially unsafe operations.