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'
| '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