Can someone post about how the ci/cd process for a lakehouse fits into a ring environment? What is the recommended way for someone to synchronize the lakehouse in the production ring with any of the lower ring environments?
For example, with traditional sql databases, we just take a production backup and restore to whatever environment as needed. I have not seen similar functionality in regards to the Lakehouse/spark tables.
- 7253 Views
- 1 replies
- 4 kudos
Latest Reply
Customers typically use Delta Cloning to "clone" Delta Lake datasets/sub-datasets to other environments for development, testing, etc. See this blog: https://www.databricks.com/blog/2020/09/15/easily-clone-your-delta-lake-for-testing-sharing-and-ml...
- 4 kudos