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 a08c9014992..08962ecf464 100644 --- a/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 +++ b/openmetadata-spec/src/main/antlr4/org/openmetadata/schema/EntityLink.g4 @@ -127,16 +127,10 @@ ENTITY_FIELD | 'parameterValues' | 'retentionPeriod' | 'parent' - | 'teams' - | 'personas' - | 'ingestionPipeline' - | 'apiCollection' - | 'apiEndpoint' - | 'apiService' ; NAME_OR_FQN : ~(':')* ~(':'|'>')+ - ; \ No newline at end of file + ;