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
SET SINK_RATE_LIMIT
SINK_RATE_LIMIT, refer to How to view runtime parameters.
Example
SET BACKFILL_RATE_LIMIT
SINK_RATE_LIMIT, which throttles writes to the external system. For the specific value of BACKFILL_RATE_LIMIT, refer to How to view runtime parameters.
Examples
For how the backfill rate limit behaves and how to inspect it, see Rate limiting.
SET RESOURCE_GROUP
RENAME TO
SWAP WITH
CONNECTOR WITH
Added in v2.5.0.