ncloud_datacatalog_get_table_partition_keys
Retrieve the partition keys of a specific table in a data catalog by providing the catalog ID, database name, and table name.
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 |