pub(super) async fn object_exists(
client: &Client,
database: &str,
schema: &str,
object: &str,
) -> Result<bool, ConnectionError>Expand description
Check if an object (MV, table, source) exists in the specified schema.
Used to verify that a replacement object exists before repointing a sink.