I am using a zeppelin to run some SQL queries over JDBC interpreter, I want to restrict few SQL keywords. I removed few keywords(insert, update etc) from files 'jdbc/ansi.sql.keywords' and 'jdbc/postgresql-native-driver-sql.keywords' but still queries with these keywords work.
is there a way to restrict? Thanks, Cod