Update README.md

This commit is contained in:
eric-laurello 2023-11-09 08:15:13 -05:00 committed by GitHub
parent d2cc524e0c
commit 0011695904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
## Profile Set Up ## Profile Set Up
#### Use the following within profiles.yml #### Use the following within profiles.yml
---- ----
@ -71,4 +71,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'));
``` ```