Skip to content

Commit

Permalink
Update snowflake-qs.md
Browse files Browse the repository at this point in the history
When we use `source`, we get capability to document the raw data, and provide lineage. Testing still happens on the staged tables (which are replicas of the source table) and not the raw tables. Hence, removing "test" from this line.
  • Loading branch information
shrutimantri authored Nov 21, 2023
1 parent 6381a00 commit e310c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/snowflake-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Sources make it possible to name and describe the data loaded into your warehous
The results of your `dbt run` will be exactly the same as the previous step. Your `stg_cusutomers` and `stg_orders`
models will still query from the same raw data source in Snowflake. By using `source`, you can
test and document your raw data and also understand the lineage of your sources.
document your raw data and also understand the lineage of your sources.
<Snippet path="quickstarts/test-and-document-your-project" />
Expand Down

0 comments on commit e310c00

Please sign in to comment.