While playing around with Metabase, I tried to run a "TRUNCATE table_name" statement - and to my surprise, it worked and actually deleted all data from the respective table (the syntax without the TABLE keyword is PostgreSQL specific).
My user has the permission to do native queries, but I was under the impression that Metabase is always "read only". I saw that theres a new feature "metabase actions", but is this intended behavior?
Sure, I can limit the permissions a (DB) user has, but: I was under the assumption that Metabase questions, even native ones, are still "read only" regarding the DB data.
Has this been changed at some point in time or was I wrong on the past?