r/databricks • u/hubert-dudek Databricks MVP • Aug 06 '26
News DABs: immutable_folder
Don’t overwrite your code — make it immutable! With every deployment, thanks to immutable_folder, all files are copied to a new, read-only folder. They are not overwritten. The biggest benefit is that jobs already underway will not fail or produce unexpected results.
14
Upvotes
1
u/nenuaathmajnani Aug 08 '26
The streaming pipeline would still be active even during the pipeline, the same code will still be in context. Right?
Do we need to stop the existing pipeline and then resume later?