mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-04 13:26:30 +00:00
feat: extend ENTITY_TYPE with additional entity types and fields (#23403)
This commit is contained in:
parent
4d2087cf64
commit
e933089158
@ -45,6 +45,8 @@ ENTITY_TYPE
|
||||
| 'mlmodelService'
|
||||
| 'storageService'
|
||||
| 'searchService'
|
||||
| 'securityService'
|
||||
| 'driveService'
|
||||
| 'webhook'
|
||||
| 'mlmodel'
|
||||
| 'team'
|
||||
@ -54,7 +56,10 @@ ENTITY_TYPE
|
||||
| 'policy'
|
||||
| 'testSuite'
|
||||
| 'testCase'
|
||||
| 'testDefinition'
|
||||
| 'testConnectionDefinition'
|
||||
| 'dataInsightChart'
|
||||
| 'dataInsightCustomChart'
|
||||
| 'kpi'
|
||||
| 'alert'
|
||||
| 'container'
|
||||
@ -64,6 +69,7 @@ ENTITY_TYPE
|
||||
| 'chart'
|
||||
| 'domain'
|
||||
| 'dataProduct'
|
||||
| 'dataContract'
|
||||
| 'sampleData'
|
||||
| 'storedProcedure'
|
||||
| 'searchIndex'
|
||||
@ -81,6 +87,20 @@ ENTITY_TYPE
|
||||
| 'apiCollection'
|
||||
| 'apiEndpoint'
|
||||
| 'apiService'
|
||||
| 'api'
|
||||
| 'metric'
|
||||
| 'type'
|
||||
| 'workflowDefinition'
|
||||
| 'workflow'
|
||||
| 'service'
|
||||
| 'task'
|
||||
| 'report'
|
||||
| 'query'
|
||||
| 'directory'
|
||||
| 'file'
|
||||
| 'spreadsheet'
|
||||
| 'worksheet'
|
||||
| 'webAnalyticEvent'
|
||||
;
|
||||
|
||||
ENTITY_FIELD
|
||||
|
Loading…
x
Reference in New Issue
Block a user