You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When an entity attempts to fetch its lineage, datahub-frontend issues a batch-get call to gms with each entity urn in the url. If the entity has too many downstream or upstream dependencies, this URI can exceed rest.li's limit.
However, this does not seem to be supported by the generated rest.li client. We have opened an issue on rest.li's github to resolve this: linkedin/rest.li#603
To Reproduce
Steps to reproduce the behavior:
Create an entity with 100+ downstream dependencies
Attempt to view that entity in the react app
Expected behavior
This should load as expected
The text was updated successfully, but these errors were encountered:
Describe the bug
When an entity attempts to fetch its lineage, datahub-frontend issues a batch-get call to gms with each entity urn in the url. If the entity has too many downstream or upstream dependencies, this URI can exceed rest.li's limit.
There is a way to send batch gets to rest.li via post:
https://linkedin.github.io/rest.li/Send-Rest_li-Request-Query-In-Request-Body
However, this does not seem to be supported by the generated rest.li client. We have opened an issue on rest.li's github to resolve this: linkedin/rest.li#603
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should load as expected
The text was updated successfully, but these errors were encountered: