I have two storage accounts on Azure
- old storage
- new storage
Some data in old storage are ingested by auto loader and work well.
But now, I'm moving the data from old storage to new storage, including the auto loader with checkpoints, etc, but when I try to use the same code on the new storage, it crash.
During my search I found some files in the checkpoints with have some information about the old storage, and because this, in the new storage, does not work.
Is there something to do? To continue processing the data in the new storage?