Connect a source, collect lineage evidence, and verify the graph.
Start with one system that owns important tables. Embrasure combines its catalog with runtime, query, transformation, and application evidence to build lineage across platforms.
Open Settings → Integrations, select a warehouse, database, cloud catalog, or pipeline source, and choose the projects, catalogs, datasets, or schemas Embrasure should index.
Use the supported sources matrix to choose the evidence path for your stack.
Create a dedicated identity with access only to the selected scope. Prefer managed identities, workload identity, OAuth, or key pairs over shared passwords.
Verify: run the connection check. Embrasure should list the selected scope without receiving permission to write warehouse data.
Start a catalog sync, then open Catalog and find a known table. Confirm its connector, fully qualified name, columns, and schema before evaluating lineage.
Verify: the table identity matches the physical object you expect.
Choose one or more paths:
Verify: run a job that reads one cataloged asset and writes another, then wait for asynchronous processing.
npm install --global @embrasure/cli
embrasure auth login
embrasure doctor
embrasure lineage impact catalog.schema.table \
--connector YOUR_CONNECTOR_ID \
--direction bothAn empty graph can mean no evidence arrived, an endpoint did not resolve, or request bounds hid part of the graph. Follow coverage and troubleshooting before treating absence as proof.
Arm a Scout, install change review, or connect an automation surface. Each workflow uses the same resolved catalog and evidence-backed graph.