From 2971613b6b3a3616656c883c4874edaebe14291f Mon Sep 17 00:00:00 2001 From: Sam Chapin Date: Fri, 22 Sep 2023 10:38:34 -0700 Subject: [PATCH] fix: correcting jinja graph exposure property name from "source" to "exposure" --- website/docs/reference/dbt-jinja-functions/graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/dbt-jinja-functions/graph.md b/website/docs/reference/dbt-jinja-functions/graph.md index 3b3b4d1cb88..491b7836f45 100644 --- a/website/docs/reference/dbt-jinja-functions/graph.md +++ b/website/docs/reference/dbt-jinja-functions/graph.md @@ -99,7 +99,7 @@ representations of those nodes. A simplified example might look like: }, "exposures": { "exposure.my_project.traffic_dashboard": { - "unique_id": "source.my_project.traffic_dashboard", + "unique_id": "exposure.my_project.traffic_dashboard", "type": "dashboard", "maturity": "high", "path": "models/path/to/schema.yml",