Import-DatabricksFolder - Now With Threading
Hello! One of the big challenges of running a release pipeline is the duration of a release and when is a good time for doing it. OK, that’s two challenges really, but it’s the first point about duration that I want to talk about. For example, in the world of SSDT and publishing changes it can take a very long time indeed if any of the changes result in a diff script that creates a new table and moves the data over, and then dropping the old table and renaming the new table.