Skip to main content
To view the progress of a running CREATE MATERIALIZED VIEW, CREATE INDEX, or CREATE SINK statement, run the following command:
Note that the progress given here is just an estimate. To abort a running CREATE MATERIALIZED VIEW, CREATE INDEX, or CREATE SINK statement, press CTRL+C (or Control+C). For example:
Alternatively, you can use the SHOW JOBS command to get all streaming jobs (that is, the creation of a materialized view, an index, a table, a source, or a sink) that are in progress. The IDs, specific statements, and their progresses will be returned in the result. You can then cancel specific jobs by their IDs using the CANCEL JOBS command. The CANCEL JOBS command will return IDs of the jobs that are canceled successfully.
Show all jobs
Cancel jobs

SHOW JOBS

CANCEL JOBS