mammoth-whale-58647
03/26/2020, 8:31 PMbumpy-keyboard-50565
03/27/2020, 12:56 AM/datasets/ownership
) or simply be included as part of the top level endpoint (e.g. /datasets
)?
2. Difference between OwnershipType
(https://github.com/linkedin/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/common/OwnershipType.pdscO) vs OwnershipCategory
bumpy-keyboard-50565
03/27/2020, 1:01 AMOwnershipCategory
model in the repo. We did have that in our internal repo as a legacy model, but for OSS com.linkedin.common.Ownership
is the common ownership model that should be used for all entities, including datasets.mammoth-whale-58647
03/27/2020, 10:10 AMbumpy-keyboard-50565
03/27/2020, 12:39 PM/datasets
that we'll migrate off soon. A cleaner example would be https://github.com/linkedin/datahub/blob/master/gms/api/src/main/pegasus/com/linkedin/identity/CorpUser.pdsc#L20 vs https://github.com/linkedin/datahub/blob/master/gms/impl/src/main/java/com/linkedin/identity/rest/resources/CorpUsersEditableInfoResource.java#L17
2. Argh that's definitely legacy stuff. Will drop those unused models soon.bumpy-keyboard-50565
03/27/2020, 2:55 PM