Hello Community,
Iโm looking for a secure way to share a production Unity Catalog with the staging workspace. My goal is to sync data from a schema in the production catalog to the staging workspace, enabling it to read the data and write it into some of my staging tables.
Currently, Iโve enabled access to the production catalog in the staging workspace. However, I havenโt implemented specific rules, which means the staging workspace can manipulate the production Unity Catalogโsomething I definitely want to avoid!
Iโve come across Delta Sharing as a potential solution, but I was wondering if there are other secure alternatives.
Thank you in advance for your help!