Hey @TomHauf, while it may not be essential in your case, you should at least consider using Databricks to facilitate loading data into your customers cloud storage. Databricks gives you a few options to make sharing with third parties simple as per ...
Here are some additional resources to consider when migrating:
Remorph: a tool from Databricks Labs to help you migrate the code part (link)
Query Federation: query Redshift from Databricks. May be useful during the plan, dev & test stages (link)
...
That is a complex question, but I'll do my best to break it down.
Part of the beauty of Databricks is that it is a platform for your entire data community. In the old days there used to be differences between Scala, Python, SQL, R, Java. Nowadays, ea...
I'll try to clear up some misunderstanding surrounding the incremental load feature of materialized views:There isn't a feature to force materialized views to update incrementally. Instead, there is an optimizer called Enzyme that can selectively inc...