Go to file
Jessica Huhnke 2320bcd519
An 933 sol no gaps (#39)
* blocks no gaps test

* added test for bronze transactions

* renamed tests and added votes to tx test

* adds tx count filter
2022-04-15 12:52:01 -05:00
analysis dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
data dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
docs add dbt docs (#37) 2022-04-08 13:13:44 -07:00
macros change dev refresh time (#22) 2022-03-16 10:14:43 -04:00
models An 987/opensea nft sales (#38) 2022-04-11 15:22:12 -07:00
snapshots dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
tests An 933 sol no gaps (#39) 2022-04-15 12:52:01 -05:00
.gitignore fix ignore file to match other dbt projs 2022-02-28 10:41:00 -08:00
dbt_project.yml An 893/raydium swaps (#33) 2022-03-23 17:51:35 -07:00
LICENSE Initial commit 2022-02-25 14:28:59 -08:00
packages.yml revert package range 2022-03-10 13:38:03 -08:00
README.md update readme with notes regarding solana block 2022-02-28 11:34:26 -08:00

Profile Set Up

Use the following within profiles.yml


solana:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: SOLANA_DEV
      warehouse: <WAREHOUSE>
      schema: silver_solana
      threads: 4
      client_session_keep_alive: False
      query_tag: <TAG>

Notes

  • block_id column in our data models matches what Solcan classifies as Block. This value is same as what is referred to as Slot.

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices