Delete a materialized view
Whenever I try to delete a materialized view from the console. By dropping the table, it gives me this error. How can I get rid of materialized views?


2 Replies
correct-apricotOP•15mo ago
It looks like you cannot delete a materialized view...
If its a normal view, you can drop it
With a materialized view, you have to do it through the SQL editor.
Very basic usage missing from the console I would say...
No reactions, great support guys 👍
rising-crimson•15mo ago
Hey! Apologies for the delayed response. This is good feedback. I shared it with the team
With a materialized view, you have to do it through the SQL editor.This is the current workaround for now, yes