get_table_create_sql
Retrieve the CREATE TABLE DDL statement for a specified table in your destination's SQL dialect. Use pipeline name and table name to generate the exact SQL needed.
Instructions
Get CREATE TABLE DDL for the table in the destination's SQL dialect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |