You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Great Info <gu...@gmail.com> on 2021/07/03 17:34:19 UTC

Zeppelin how to restrict few SQL keywords

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