Relative Content

Tag Archive for databricksdatabricks-unity-catalog

Need for volumes in Databricks

Why do we need Volumes when we can access the location using external locations? The doc says that it is to add governance, but we can already govern using external locations. So, why add another layer of governance? I am guessing that instead of giving access to the entire external location, we can provide access to a specific subfolder of the location using volumes.

Databricks – best way to copy table to another schema

I need to copy a few tables(not all) from one schema to another (I am creating new schema from scratch).
What would be most efficient way to do this?
Create table newschema.table as select * from oldschema.table does not seem to be efficient.