confluent flink materialized-table update
Description
Update a Flink materialized table.
confluent flink materialized-table update <name> [flags]
Flags
--database string REQUIRED: The ID of Kafka cluster hosting the Materialized Table's topic.
--compute-pool string The ID associated with the compute pool in context.
--principal string The ID of a principal this Materialized Table query runs as.
--query string The query section of the latest Materialized Table.
--stopped Determine whether stopped or not.
--columns-physical string Path to the columns data for type physical.
--columns-metadata string Path to the columns data for type metadata.
--columns-computed string Path to the columns data for type computed.
--watermark-column string The name of the watermark columns.
--watermark-expression string The watermark expression.
--constraints string Path to the constraints.
--distribution-keys string The names of the columns the table is distributed by.
--distribution-bucket-count int The number of buckets.
--cloud string Specify the cloud provider as "aws", "azure", or "gcp".
--region string Cloud region for Flink (use "confluent flink region list" to see all).
--environment string Environment ID.
--context string CLI context name.
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags
-h, --help Show help for this command.
--unsafe-trace Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples
Stop the Flink materialized table “my-table”.
confluent flink materialized-table update my-table --database lkc01 --stopped=true
Resume the Flink materialized table “my-table”.
confluent flink materialized-table update my-table --database lkc01 --stopped=false
See Also
confluent flink materialized-table - Manage Flink materialized tables.