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
version: proton local 1.5.14
Device: Mac M1 silicon
currently, while running the following query in the proton local mode results in an exception - Received exception: Code: 2004. DB::Exception: Failed to create inner stream for Materialized view '_local.mv'. (RESOURCE_NOT_INITED)
CREATE MATERIALIZED VIEW mv AS SELECT * FROM github_events
do some local analysis, probably we can do this CSV/log analysis. i did not found some useful examples
I will refine this error msg. yes, this isn't very clear.
to better explore streaming, I still recommend trying proton-server and proton-client.
and all the above functions also work in the proton-server. this is a superset of proton-local.
Support for MV in Proton local mode
version: proton local 1.5.14
Device: Mac M1 silicon
currently, while running the following query in the proton local mode results in an exception -
Received exception: Code: 2004. DB::Exception: Failed to create inner stream for Materialized view '_local.mv'. (RESOURCE_NOT_INITED)
CREATE MATERIALIZED VIEW mv AS SELECT * FROM github_events
github-example
The text was updated successfully, but these errors were encountered: