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
MyriaError: Error 404 (Not Found): That dataset was not found
RACO is trying to look up the relation TwitterK in the catalog even though it doesn't yet exist. Perhaps we need to introduce some sort of boundary in the Sequence logical operator to denote when a relation name can be considered eligible for validation.
This is a problem for any queries that need to materialize intermediate results (e.g., to push operations into Postgres).
The text was updated successfully, but these errors were encountered:
Right now a query like the following fails to parse:
RACO is trying to look up the relation
TwitterK
in the catalog even though it doesn't yet exist. Perhaps we need to introduce some sort of boundary in theSequence
logical operator to denote when a relation name can be considered eligible for validation.This is a problem for any queries that need to materialize intermediate results (e.g., to push operations into Postgres).
The text was updated successfully, but these errors were encountered: