Hello all,
I hope you are doing great!
I want to synchronise metadata (e.g., description, comments, tags) across schemas under the Unity Catalog (e.g., test.dev, test.uat). For example, under the schema test.dev, there is a sales table with multiple columns. For each column, a comment and a tag are added. Also, the sales table exists in test.uat schema. How can I move the tags, comments to the test.uat schema? Is there any standard functionality to achieve this? Or is there a workaround solution using APIs?
Thank you in advance!