https://delta.io logo
a

Andres Urrego

06/27/2023, 9:04 PM
Hello everyone, I have a question related to the ability of applying DDL's on our delta lake catalogs/schemas objects in databricks. I'm looking for a tools like DACPAC (https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications?view=sql-server-ver16) to automate these changes on the tables from the CI/CD pipelines. any thoughts? thanks
m

Michael Nacey

06/28/2023, 12:39 PM
I've never used that, but we created our own version of "migrations" like these: https://sqlalchemy-migrate.readthedocs.io/en/latest/versioning.html