ncloud_datacatalog_get_table_partition_keys
Get partition keys for a table in Naver Cloud Data Catalog. Provide catalog ID, database, and table name to retrieve a paginated list of partition keys.
Instructions
Get table partition key list
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 |