Comments
6 comments
-
I don't believe that Redgate has produced any - our experience with Databricks has been that it is exactly the same as any other SQL-type database using Flyway migrations so beyond difference in the connection URL, everything else is the same.
https://documentation.red-gate.com/fd/databricks-243272862.html
Are there any specific things you are struggling with ? -
Disclaimer: I work at Databricks.
We now have a detailed blog published by the Databricks SQL SME group on how to use Flyway with Databricks. As @AlistairW commented above, it works exactly the same as any other SQL-type database.
Here is the URL to the blog post.
-
Hi @kbis, I'm Claire, Product Marketing Manager for Flyway. Thank you very much for sharing your blog post on using Flyway with Databricks - that's great to see! We would be very happy to share your blog post in an upcoming newsletter with Flyway users if that would be of interest. If you'd like to discuss, I'd be very happy to catch up over email (claire.matthews@red-gate.com). -
thanks @ClaireMatthews I have sent you an email from my official address for this.
-
kbis said:Disclaimer: I work at Databricks.
We now have a detailed blog published by the Databricks SQL SME group on how to use Flyway with Databricks. As @AlistairW commented above, it works exactly the same as any other SQL-type database.
Here is the URL to the blog post.
@kbis ty! This is what I was looking for. -
I’ve seen a few solid walkthroughs where people show Flyway running inside Databricks jobs, usually by triggering migrations as part of a CI/CD step before Spark workloads start. Most of the useful videos focus less on theory and more on screen recordings: configuring JDBC, handling schemas, then validating migrations in a notebook or pipeline. That kind of visual, step-by-step example really helps when you’re new to Databricks integrations. I often look for short, focused demos like that, similar to how platforms such as TabooTube surface concise, real-world clips instead of long lectures. If you enjoy discovering practical videos, you might like browsing https://thetabootube.com for that style of content too.
Add comment
Please sign in to leave a comment.