ibis.impala.api.ImpalaClient.list_databases¶
-
ImpalaClient.
list_databases
(like=None)¶ List databases in the Impala cluster. Like the SHOW DATABASES command in the impala-shell.
Parameters: like : string, default None
e.g. ‘foo*’ to match all tables starting with ‘foo’
Returns: databases : list of strings