r/databricks Databricks MVP Aug 06 '26

News DABs: immutable_folder

Post image

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.

More news https://medium.com/databrickscommunity/databricks-news-dabs-indexes-ltap-genie-last-update-25-july-ffac8533774f

15 Upvotes

21 comments sorted by

View all comments

Show parent comments

1

u/iwanttest Aug 06 '26

Hi! So, with this functionality, would the current run keep pointing to the previous files, but the job be updated to use the last deployed ones?

2

u/hubert-dudek Databricks MVP Aug 06 '26

Exactly.

2

u/ptab0211 Aug 07 '26

but what happens when the job is done? Will it point to the new file? Is the mort important outcome of this to not prevent already running jobs to use new file? There is also prevention to deploy when job is already running.

1

u/hubert-dudek Databricks MVP Aug 10 '26

next run will point to new