fix(dataPlatformInstance): add data platform instance to entity registry (#4537)

This commit is contained in:
RyanHolstien 2022-03-31 00:55:31 -05:00 committed by GitHub
parent 467ea7917c
commit a10a4ac62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,22 @@
namespace com.linkedin.metadata.key
import com.linkedin.common.Urn
import com.linkedin.common.FabricType
/**
* Key for a Dataset
*/
@Aspect = {
"name": "dataPlatformInstanceKey"
}
record DataPlatformInstanceKey {
/**
* Data platform urn associated with the instance
*/
platform: Urn
/**
* Unique instance id
*/
instance: string
}

View File

@ -158,4 +158,9 @@ entities:
keyAspect: dataHubRetentionKey keyAspect: dataHubRetentionKey
aspects: aspects:
- dataHubRetentionConfig - dataHubRetentionConfig
- name: dataPlatformInstance
category: internal
keyAspect: dataPlatformInstanceKey
aspects:
- status
events: events: