Releases: conker84/databricks-volt
Releases · conker84/databricks-volt
1.1.0
1.0.0
Volt
Volt is library that aims to simplify the life of Data Engineers within the Databricks environment.
Core aspects
It provides APIs in SQL, Scala and Python for:
- Retrieving table metadata in bulk; like retrieving table footprint on the File System and more
- Clone catalog/schemas
Limitations
Currently we only support Personal Compute as we use some low-level APIs to retrieve the required informations (like DeltaLog, for table snapshot without doing a DESCRIBE DETAIL)
Another important limitation is that we cannot reuse stored credentials so you need to define secrets with read only access to the cloud storage, more info in the README.md.