Skip to content

Commit

Permalink
Update sources.md
Browse files Browse the repository at this point in the history
add link to source directly. committing to current since it's a small link addition
  • Loading branch information
mirnawong1 authored Jan 13, 2025
1 parent 93e0627 commit 202381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 202381a

Please sign in to comment.