mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:46:42 +00:00
update tags readme
This commit is contained in:
parent
7d7cd4c577
commit
2964286c31
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user