Hi!
How are you guys managing large teams working on the same project. Each member has their own data to save in Unity Catalog.
Based on my understanding there is only two ways to manage this:
1) Create an individual member schea so they can store their tables there
2) Add the tables to the project schema appending with the users name
Is there a better way to manage this? Since its a database you cant go Schema.Sub-schema. Table -> which would have been nice
This is an example of the issue with one members specific tables. In our project there will be a few of these appended with the person name. So example 5 of these with john appended, 10 with Alex, and so on