From e310c00897aacdcf27a22f4ccb6d78b487aec466 Mon Sep 17 00:00:00 2001 From: Shruti Mantri Date: Tue, 21 Nov 2023 11:11:11 +0530 Subject: [PATCH] Update snowflake-qs.md 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. --- website/docs/guides/snowflake-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/snowflake-qs.md b/website/docs/guides/snowflake-qs.md index abb18276b97..ef2906a35a4 100644 --- a/website/docs/guides/snowflake-qs.md +++ b/website/docs/guides/snowflake-qs.md @@ -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.