Channels
delta-social
h2g2-streaming
roapi
delta-oss
dais-2023
random
delta-rs
general
jobs
kafka-delta-ingest
deltalake-questions
events
lakefs
delta-cycling
deltalake-databricks-dbsql
delta-community
azuredatabricks
deltalake-on-aws
delta-sharing
flink-delta-connector
graph-delta-lake
dat
delta-sharing-rs
Powered by
#deltalake-questions
Title
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
Post