Hello Databricks Community,
I have successfully migrated my DBFS (Databricks File System) from a source workspace to a target workspace, moving it from a path in Browse DBFS -> Folders to a Catalog -> Schema -> Volume.
Now, I want to validate the migration to ensure that everything was copied correctly. Specifically, I want to check:
- Folder sizes
- Folder names and subdirectories
- Ensure that the folder sizes in the source and target workspaces match
- Verify that folder names and structure in the source match those in the target workspace
I attempted some validation scripts, but they haven’t worked as expected. Could someone guide me on how I can perform these checks to ensure the migration was successful?
I appreciate your help in suggesting a better approach or providing a working solution.
Thank you!