What is the most cost-effective way to sync delta tables across workspaces? I'd like to sync a production table from the production workspace to a staging workspace for testing. It doesn't have to be in real-time, on a daily basis is acceptable. We are using AWS, and Unity Catalog if it matters.
I found Migrate from DatabricksLabs, but it seems that it will sync the entire metastore. I'd like only to sync one (giant) table from the metastore.
Some examples of the potential solution would be greatly appreciated!