mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 10:58:58 +00:00
table
This commit is contained in:
parent
57e006cd0a
commit
a00572a9e0
@ -98,12 +98,12 @@ To add/update a model's snowflake tags, add/modify the `meta` model property und
|
||||
By default, model tags are pushed to Snowflake on each load. You can disable this by setting the `UPDATE_SNOWFLAKE_TAGS` project variable to `False` during a run.
|
||||
|
||||
```
|
||||
dbt run --vars '{"UPDATE_SNOWFLAKE_TAGS":False}' -s models/core/core__fact_blocks.sql
|
||||
dbt run --vars '{"UPDATE_SNOWFLAKE_TAGS":False}' -s models/testnet/testnet__fact_blocks.sql
|
||||
```
|
||||
|
||||
### Querying for existing tags on a model in snowflake
|
||||
|
||||
```
|
||||
select *
|
||||
from table(berachain.information_schema.tag_references('berachain.core.fact_blocks', 'table'));
|
||||
from table(berachain.information_schema.tag_references('berachain.testnet.fact_blocks', 'table'));
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user