witty-butcher-82399
07/25/2022, 4:15 PMPRODUCER
and `CONSUMER`: to differentiate groups with write/read permission to a given Dataset
• `DATAOWNER`: in many cases in our organization the data producer is different from the data owner.
So mixing all those types in a single one (TECHNICAL_OWNER
) does not give us the precision we need.
I could provide more details on these use cases if necessary.
Also, beyond having a model describing reality with high accuracy, our plan is to drive some access management and some other features based on this ownership type.
Eg: provide some preview of the data only to users belonging to a group with the CONSUMER
owner role.
I think the way to go here is to make ownership types a deployment config. So we can set the allowed ownership types for a given DataHub instance.
Alternatively, a pragmatic option could be to set Ownership Type just as a string and left validation to the application level.
Is there any other way to set ownership type in the entity model that I missed? Or what are the plans on this?witty-butcher-82399
08/15/2022, 2:55 PMlittle-megabyte-1074
big-carpet-38439
08/18/2022, 4:25 AMbig-carpet-38439
08/18/2022, 4:25 AMbig-carpet-38439
08/18/2022, 4:26 AMbig-carpet-38439
08/18/2022, 4:26 AMbig-carpet-38439
08/18/2022, 4:28 AMwitty-butcher-82399
08/22/2022, 7:34 AMIn what case should a consumer be considered an owner?This is indeed a good point. As mentioned before, in our organization data can be produced by a given team while data is actually owned by some other. So
DATAOWNER
and PRODUCER
are very relevant to us. Somehow, ones owns the data itself (the content) while the other owns the dataset (all metadata such as schema, descriptions, etc).
I guess CONSUMER
appears here just contrasting PRODUCER
. And we use it to model teams with read access.
I think it’s probably okay to have a “base set” of ownership types, and an additional set which is comprised of custom (providing the name AND description for rendering somewhere) extensions.That would be great and work for us!
witty-butcher-82399
02/14/2023, 2:18 PMThis above being said, I think it's probably okay to have a "base set" of ownership types, and an additional set which is comprised of custom (providing the name AND description for rendering somewhere) extensions.Hi @big-carpet-38439 Long time since we had this conversation. I'm raising the topic again because I'm scared in every release that deprecated ownership types disappear 😱 Is there any way to track this feature request? Note my main concern is not with the feature request but with the risk of introducing a breaking change that would be critical for us.