diff --git a/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 b/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 index 4e2ee444beb..72e06578ad2 100644 --- a/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 +++ b/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 @@ -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