Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
I am trying to create a Delta table and it seems the Delta table requires additional permissions on the parent folder of the table. The command failed telling permission errors. I tried to create a parquet table and it works fine.
Delta table is the non-hive compatible format. So there must also be permissions for a client to access the path to the databaseโs location so that it can create a new temporary โdirectoryโ there. This comes from Spark SQLโs handling of external tables. Delta tables just happen to always go through this path.
Delta table is the non-hive compatible format. So there must also be permissions for a client to access the path to the databaseโs location so that it can create a new temporary โdirectoryโ there. This comes from Spark SQLโs handling of external tables. Delta tables just happen to always go through this path.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.