Function mz_adapter::coord::catalog_serving::check_cluster_restrictions
source · pub fn check_cluster_restrictions(
cluster: &str,
catalog: &impl SessionCatalog,
plan: &Plan,
) -> Result<(), AdapterError>
Expand description
Checks if we’re currently running on the MZ_CATALOG_SERVER_CLUSTER
, and if so, do
we depend on any objects that we’re not allowed to query from the cluster.