Update EntityLink.g4, remove entities from EntityLink parser (#18442)

This commit is contained in:
Sriharsha Chintalapani 2024-10-28 21:48:49 -07:00 committed by GitHub
parent f7e09487b5
commit eeffaee9c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,16 +127,10 @@ ENTITY_FIELD
| 'parameterValues'
| 'retentionPeriod'
| 'parent'
| 'teams'
| 'personas'
| 'ingestionPipeline'
| 'apiCollection'
| 'apiEndpoint'
| 'apiService'
;
NAME_OR_FQN
: ~(':')* ~(':'|'>')+
;
;