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.