From 2964286c31f736072fb410aba67773430fdf8bc9 Mon Sep 17 00:00:00 2001 From: Desmond Hui Date: Fri, 13 Jan 2023 13:22:33 -0800 Subject: [PATCH] update tags readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1310275..1d18183e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To add/update a model's snowflake tags, add/modify the `meta` model property und ) }} ``` -By default, model tags are not pushed to snowflake on each load. You can push a tag update for a model by specifying the `UPDATE_SNOWFLAKE_TAGS` project variable during a run. +By default, model tags are not pushed to snowflake on each load. You can push a tag update for a model by specifying the `UPDATE_SNOWFLAKE_TAGS` project variable during a run. **All views MUST be run with this setting otherwise the existing tags will be erased because DBT is re-creating the view each time it runs.** ``` dbt run --var '{"UPDATE_SNOWFLAKE_TAGS":True}' -s models/core/core__fact_swaps.sql