Skip to main content

Module clusters

Module clusters 

Source
Expand description

Cluster validation for object statements.

Validates that indexes, materialized views, sinks, and sources specify which cluster they run on using the IN CLUSTER clause.

Functionsยง

validate_index_clusters ๐Ÿ”’
Validates that all indexes specify a cluster.
validate_indexes_supported ๐Ÿ”’
Validates that indexes are only defined on views and materialized views.
validate_mv_cluster ๐Ÿ”’
Validates that a materialized view specifies a cluster.
validate_sink_cluster ๐Ÿ”’
Validates that a sink specifies a cluster.
validate_source_cluster ๐Ÿ”’
Validates that a CREATE SOURCE statement has a required IN CLUSTER clause.