Hi @Vidula Khanna ,
I observed that the Access Mode options available in Databricks by default have different privileges.
When I use Shared Access Mode then the external storage which is mounted is not available and hence dbutils, mkdir, etc commond does not work. However, Table Level Access RBAC works in this.
When I use No Isolation Shared Access Mode then the external storage which is mounted is available and I can use the cluster as required. However, Table Access RBAC does not work in this.
In order to have both available I guess I will have to make a Custom Policy.
For now, I have created 2 clusters with different access modes as a workaround.
I couldn't find any Databricks official documentation which speaks about this case hence had to Hit & Trial to figure out.
Let me know if I might have missed anything.