You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers need PostgreSQL and supported warehouse schemas observed by pg-erd-cloud to become governed metadata without manually recreating tables, columns, constraints, and schema revisions in OpenMetadata.
It emits provider-neutral observed metadata/evidence through a released context-graph-contracts contract.
semantic-data-portal admits and projects that evidence and owns the OpenMetadata anti-corruption/write boundary.
pg-erd-cloud must not embed an OpenMetadata SDK, store OpenMetadata credentials, write directly to OpenMetadata, or query SDP databases.
Scope
Produce a versioned physical-schema observation envelope for database, schema, table, column, key, constraint, index, view, and supported relation identities.
Preserve source engine, normalized connection identity without credentials, snapshot ID/hash, inspector version, captured time, and database-native identifiers.
Publish schema additions, removals, and modifications as explicit snapshot/diff evidence.
Represent physical lineage only where deterministically observed; do not infer business lineage.
Emit no sample rows, credential material, DSNs, unbounded DDL, or query text in the general event.
Provide an operation receipt so SDP can reconcile every admitted or rejected observation.
Buyer problem
Customers need PostgreSQL and supported warehouse schemas observed by pg-erd-cloud to become governed metadata without manually recreating tables, columns, constraints, and schema revisions in OpenMetadata.
Boundary
observedmetadata/evidence through a releasedcontext-graph-contractscontract.semantic-data-portaladmits and projects that evidence and owns the OpenMetadata anti-corruption/write boundary.Scope
Acceptance
Dependency order
context-graph-contracts#26released.semantic-data-portal#95.Related:
ContextualWisdomLab/semantic-data-portal#95,ContextualWisdomLab/context-graph-contracts#26.