ncloud_datacatalog_get_table_schema_by_version
Fetch the table schema for a particular version in the data catalog by specifying catalog ID, database, table, and version ID.
Instructions
Get table schema for a specific version
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 | |
| versionId | Yes | Schema version ID (from getTableSchemaVersions) | |
| databaseName | Yes | Database name |