rename_column
Rename a column in a watsonx.data table by specifying catalog, schema, table, current name, new name, and engine ID.
Instructions
Rename a column in a table in a watsonx.data schema.
Args: catalog_name: Catalog containing the table (e.g., "iceberg_data") schema_name: Schema containing the table table_name: Table containing the column column_name: Current column name new_column_name: New name for the column engine_id: Engine ID to use for the operation (from list_engines)
Returns: Dict with column details including the new name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_name | Yes | ||
| schema_name | Yes | ||
| table_name | Yes | ||
| column_name | Yes | ||
| new_column_name | Yes | ||
| engine_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||