ncloud_datacatalog_get_table_schema
Retrieve table schema details including column names, types, and descriptions from Naver Cloud Data Catalog by providing catalog, database, and table identifiers.
Instructions
Get table schema (column names, types, descriptions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID | |
| tableName | Yes | Table name | |
| databaseName | Yes | Database name |