Skip to content

Releases: conker84/databricks-volt

1.1.0

05 Feb 17:30

Choose a tag to compare

Notable changes:

  • Improved show tables with table props 71b2d10

Full Changelog: 1.0.0...1.1.0

1.0.0

04 Dec 13:10

Choose a tag to compare

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.