Skip to content

Commit

Permalink
feat(models): adds subtypes to most entities in the model
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Mar 4, 2025
1 parent 9e7f482 commit 29019bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions metadata-models/src/main/resources/entity-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ entities:
- ownership
- status
- testResults
- subTypes
- name: dataProcessInstance
doc: DataProcessInstance represents an instance of a datajob/jobflow run
keyAspect: dataProcessInstanceKey
Expand Down Expand Up @@ -211,6 +212,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: corpGroup
doc: CorpGroup represents an identity of a group of users in the enterprise.
keyAspect: corpGroupKey
Expand All @@ -225,6 +227,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: domain
doc: A data domain within an organization.
category: core
Expand Down Expand Up @@ -284,6 +287,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: glossaryNode
category: core
keyAspect: glossaryNodeKey
Expand All @@ -295,6 +299,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: dataHubIngestionSource
category: internal
keyAspect: dataHubIngestionSourceKey
Expand Down Expand Up @@ -369,6 +374,7 @@ entities:
- forms
- testResults
- versionProperties
- subTypes
- name: mlModelGroup
category: core
keyAspect: mlModelGroupKey
Expand All @@ -387,6 +393,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: mlModelDeployment
category: core
keyAspect: mlModelDeploymentKey
Expand Down Expand Up @@ -417,6 +424,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: mlFeature
category: core
keyAspect: mlFeatureKey
Expand All @@ -436,6 +444,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: mlPrimaryKey
category: core
keyAspect: mlPrimaryKeyKey
Expand All @@ -453,6 +462,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: telemetry
category: internal
keyAspect: telemetryKey
Expand Down Expand Up @@ -493,6 +503,7 @@ entities:
- documentation
- testResults
- deprecation
- subTypes
- name: globalSettings
doc: Global settings for an the platform
category: internal
Expand Down Expand Up @@ -521,6 +532,7 @@ entities:
keyAspect: postKey
aspects:
- postInfo
- subTypes
- name: dataHubStepState
category: internal
keyAspect: dataHubStepStateKey
Expand Down Expand Up @@ -566,6 +578,7 @@ entities:
- structuredProperties
- forms
- testResults
- subTypes
- name: ownershipType
doc: Ownership Type represents a user-created ownership category for a person or group who is responsible for an asset.
category: core
Expand Down

0 comments on commit 29019bd

Please sign in to comment.