Hello, to migrate between workspaces you'll need a different strategy based on the asset type
- Legacy dashboards you have completed, but for anyone reading you can use the 'export' functionality
- Queries: you can either put them together in a folder and export the folder, or integrate with git to transfer between the workspaces
- Data: There's multiple ways to do this, and depending on the size of your data and permissions, the approach will differ. Here's my recommendations in priority order:
- If the tables are external tables (so saved in S3 or ADLS) you would point your new workspace to this data.
- If the data is quite large, you could use delta sharing to transfer the data.
- If the data is tiny, ie <1000 rows, you could download them locally and then upload them to the new workspace
If this is a regular movement, ie CI/CD from dev to prod, this could all be automated. In this case I'd highly recommend Unity Catalog to bypass the data transfer step.