get_table_schema
Retrieve detailed column information for a specific datalake table, including names and data types, to optimize query writing. Combine with log schema for nested structures and field mappings.
Instructions
Get column details for a specific datalake table.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes | The name of the database where the table is located | |
table_name | Yes | The name of the table to get columns for |