get_table_schema
Retrieve the column names, data types, and structure of a specified table within a dlt pipeline.
Instructions
Get the schema of the specified table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_name | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x-normalizer | No | ||
| x-loader | No | ||
| x-extractor | No | ||
| name | No | ||
| description | No | ||
| schema_contract | No | ||
| table_sealed | No | ||
| parent | No | ||
| filters | No | ||
| columns | No | ||
| resource | No | ||
| table_format | No | ||
| file_format | No | ||
| write_disposition | No | ||
| references | No |