get_pipeline_ddl
Generate the CREATE PIPELINE statement for an existing pipeline by providing its name and optional database. Use it to reproduce the pipeline's exact configuration.
Instructions
Get the full CREATE PIPELINE statement that reproduces an existing pipeline.
Args:
pipeline_name: Name of the pipeline.
database: Database the pipeline lives in (defaults to the
connection's configured database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| pipeline_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||