List tables
list_tablesRetrieve schema-qualified table names and approximate row counts from system metadata, respecting any configured allowlist.
Instructions
List all tables in the database as schema.table with approximate row counts (taken from sys.partitions metadata — no COUNT(*) is executed). If a table allowlist is configured, only allowed tables are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||