alter_pipeline
Change an existing data pipeline's connection string or credentials, or reset its offsets, by executing a full ALTER PIPELINE statement.
Instructions
Alter an existing pipeline from a full ALTER PIPELINE statement.
Commonly used to change the connection string/credentials or reset
offsets. Takes the full statement for the same reason as create_pipeline:
the set of alterable clauses is source-specific.
Args:
alter_pipeline_sql: The full ALTER PIPELINE ... statement.
database: Database the pipeline lives in (defaults to the
connection's configured database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| alter_pipeline_sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||