feat: extend ENTITY_TYPE with additional entity types and fields (#23403)

This commit is contained in:
Ayush Shah 2025-09-16 08:27:43 +05:30 committed by GitHub
parent 4d2087cf64
commit e933089158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,8 @@ ENTITY_TYPE
| 'mlmodelService' | 'mlmodelService'
| 'storageService' | 'storageService'
| 'searchService' | 'searchService'
| 'securityService'
| 'driveService'
| 'webhook' | 'webhook'
| 'mlmodel' | 'mlmodel'
| 'team' | 'team'
@ -54,7 +56,10 @@ ENTITY_TYPE
| 'policy' | 'policy'
| 'testSuite' | 'testSuite'
| 'testCase' | 'testCase'
| 'testDefinition'
| 'testConnectionDefinition'
| 'dataInsightChart' | 'dataInsightChart'
| 'dataInsightCustomChart'
| 'kpi' | 'kpi'
| 'alert' | 'alert'
| 'container' | 'container'
@ -64,6 +69,7 @@ ENTITY_TYPE
| 'chart' | 'chart'
| 'domain' | 'domain'
| 'dataProduct' | 'dataProduct'
| 'dataContract'
| 'sampleData' | 'sampleData'
| 'storedProcedure' | 'storedProcedure'
| 'searchIndex' | 'searchIndex'
@ -81,6 +87,20 @@ ENTITY_TYPE
| 'apiCollection' | 'apiCollection'
| 'apiEndpoint' | 'apiEndpoint'
| 'apiService' | 'apiService'
| 'api'
| 'metric'
| 'type'
| 'workflowDefinition'
| 'workflow'
| 'service'
| 'task'
| 'report'
| 'query'
| 'directory'
| 'file'
| 'spreadsheet'
| 'worksheet'
| 'webAnalyticEvent'
; ;
ENTITY_FIELD ENTITY_FIELD