mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-20 23:28:01 +00:00
fix(dataPlatformInstance): add data platform instance to entity registry (#4537)
This commit is contained in:
parent
467ea7917c
commit
a10a4ac62c
@ -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
|
||||||
|
}
|
@ -158,4 +158,9 @@ entities:
|
|||||||
keyAspect: dataHubRetentionKey
|
keyAspect: dataHubRetentionKey
|
||||||
aspects:
|
aspects:
|
||||||
- dataHubRetentionConfig
|
- dataHubRetentionConfig
|
||||||
|
- name: dataPlatformInstance
|
||||||
|
category: internal
|
||||||
|
keyAspect: dataPlatformInstanceKey
|
||||||
|
aspects:
|
||||||
|
- status
|
||||||
events:
|
events:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user