get_db_table_list
List tables and views in a specified Impala database, or use the server's default database when none is given, with an optional SQL LIKE pattern to filter results.
Instructions
List tables and views of a database (SHOW TABLES IN db). Omit db_name to use the server default database; pattern filters with SQL LIKE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | No | ||
| pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |