Skip to main content
To modify the SQL definition of a sink, please refer to Alter a streaming job.

Syntax

alter_option depends on the operation you want to perform on the sink. For all supported clauses, see the sections below.

Clause

OWNER TO

SET SCHEMA

SET PARALLELISM

SET BACKFILL_PARALLELISM

This statement controls the degree of parallelism used during the backfill phase of a sink. It lets you tune resource usage for backfilling independently from the sink’s steady-state parallelism.

SET SINK_RATE_LIMIT

Use this statement to modify the rate limit of a sink. For the specific value of SINK_RATE_LIMIT, refer to How to view runtime parameters.
Example

SET RESOURCE_GROUP

Use this statement to change the resource group used by the sink’s streaming job.

RENAME TO

SWAP WITH

CONNECTOR WITH

Added in v2.5.0.