N
Neon•15mo ago
correct-apricot

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?
No description
No description
2 Replies
correct-apricot
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
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

Did you find this page helpful?