From 202381a56c0fc3dc81de1a43ff01383ff1b90bad Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:57:34 +0000 Subject: [PATCH] Update sources.md add link to source directly. committing to current since it's a small link addition --- website/docs/docs/build/sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/sources.md b/website/docs/docs/build/sources.md index aad1ac42c8e..6876d9ac9cb 100644 --- a/website/docs/docs/build/sources.md +++ b/website/docs/docs/build/sources.md @@ -14,7 +14,7 @@ search_weight: "heavy" ## Using sources Sources make it possible to name and describe the data loaded into your warehouse by your Extract and Load tools. By declaring these tables as sources in dbt, you can then -- select from source tables in your models using the `{{ source() }}` function, helping define the lineage of your data +- select from source tables in your models using the [`{{ source() }}` function,](/reference/dbt-jinja-functions/source) helping define the lineage of your data - test your assumptions about your source data - calculate the freshness of your source data