Import your dbt project metadata to map model-to-source dependencies, score event importance by downstream impact, and auto-populate consumers on event contracts.
Setup
- Go to Integrations → dbt.
- Choose your source: dbt Cloud API, a connected GitHub repo, or a manual manifest.json upload.
- suky parses the manifest and maps sources to event contracts.
- Review the lineage graph and impact scores on the Event Schema page.
What you get
- Lineage import — a dependency graph from raw events to final marts.
- Impact scoring — every contract is scored by how many downstream models, dashboards, and exposures depend on it. Prioritise governance where it matters most.
- Consumer auto-population — contract consumer fields are populated from dbt source references.
- Drift detection — if a dbt source references an event property that no longer exists in the contract, suky flags it before it breaks a downstream model.