//! Narrow read interface the schema-graph needs from a catalog. Keeping this
//! tiny (3 methods) lets `SchemaGraphProvider` be unit-tested with a fake.
use async_trait;
/// A column as the schema-graph sees it (decoupled from `kyma_core::ColumnInfo`).