Kyuubi uses sqlite3 to store the metadata for batch jobs by default, installing sqlite3 allows to access the DB file from cli
$ sqlite3 --help
Usage: sqlite3 [OPTIONS] [FILENAME [SQL]]
FILENAME is the name of an SQLite database. A new database is created
if the file does not previously exist. Defaults to :memory:.
OPTIONS include:
...
Kyuubi uses sqlite3 to store the metadata for batch jobs by default, installing sqlite3 allows to access the DB file from cli