Querying Version Information
- Use the Spark engine to query the version of a materialized view.
python main.pyc spark --version

- Use the ClickHouse engine to query the version of a materialized view.
python main.pyc clickhouse --version

Parent topic: Using Materialized Views on the Spark Engine