Skip to main content

diff_schema

Function diff_schema 

Source
pub fn diff_schema(
    local: Option<&Catalog>,
    remote: Option<&Catalog>,
) -> Option<CatalogSchemaDiff>
Expand description

Diff a catalog schema between local intent and remote (Braze) state.

Returns None only when both sides are absent. The local side is treated as the “to” / desired state and the remote as the “from”.