Update README.md

This commit is contained in:
eric-laurello 2023-11-09 08:12:32 -05:00 committed by GitHub
parent 71d315d38e
commit b19fcc90d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
Welcome to your new dbt project! Welcome to your new dbt project!
### Using the starter project ### Using the starter project
@ -96,4 +96,4 @@ dbt run --var '{"UPDATE_SNOWFLAKE_TAGS":True}' -s models/core/core__fact_swaps.s
``` ```
select * select *
from table(solana.information_schema.tag_references('solana.core.fact_blocks', 'table')); from table(solana.information_schema.tag_references('solana.core.fact_blocks', 'table'));
``` ```