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
Actually we should return indexing_error for a subgraph failed with a deterministic error, even if non-fatal errors is disabled. So maybe the code is already behaving as expected, and the function just needs to be renamed and clarified.
An example was brought up by @itsjerryokolo with this subgraph https://thegraph.com/hosted-service/subgraph/astox/main, where it was synced up to chain head, but the errors wouldn't display in the playground, even with the
subgraphError: allow
.This function is incomplete as described by @leoyvens
graph-node/store/postgres/src/deployment.rs
Line 663 in a74a37e
true
even if the subgraph doesn't use the non-fatal errors feature enabled.The text was updated successfully, but these errors were encountered: