ncloud_datacatalog_get_tables
Retrieve a list of tables from a data catalog with optional filtering by name, database, data format, tag, or location, and sortable by table name, database name, or creation time.
Instructions
Get table list in a catalog with optional filtering and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| location | No | Filter by location string | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID | |
| sortField | No | Sort field (tableName|databaseName|createTime) | |
| sortIsAsc | No | Sort ascending (true/false) | |
| tableName | No | Filter by table name | |
| dataFormats | No | Filter by data format (csv|json|xml|parquet|avro|orc|unknown|CLOUD_DB_FOR_MYSQL|CLOUD_DB_FOR_MSSQL|CLOUD_DB_FOR_MONGODB|CLOUD_DB_FOR_POSTGRESQL|JDBC) | |
| tagKeyValue | No | Filter by tag key:value | |
| databaseName | No | Filter by database name |