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
{{ message }}
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
In some uses cases for example fetching many pages of resources, some resources may fail either in a relation resolve, column resolve or a post resource resolve and even panic.
In this case we should allow the user to pass a partial fetch option allowing us to skip the broken resource and continue fetching.
The sdk execution should return an execution result with all errors that occurred in a table fetch and what resources failed with any information that will be useful for the user to fix.
The users should enable this feature specifically, acknowledging that they agree for partial fetches and some data might be missing.