Go to file
2022-09-15 08:26:45 -07:00
analysis dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
data An 1605/nft mints refactor (#102) 2022-09-14 07:50:59 -07:00
docs add dbt docs (#37) 2022-04-08 13:13:44 -07:00
macros add macros to refresh tables in streamline database (#104) 2022-09-15 08:26:45 -07:00
models An 2134/migrate external tables (#103) 2022-09-15 07:38:07 -07:00
snapshots dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
tests store test failures (#75) 2022-07-22 12:57:23 -07:00
.gitignore fix ignore file to match other dbt projs 2022-02-28 10:41:00 -08:00
dbt_project.yml An 2134/migrate external tables (#103) 2022-09-15 07:38:07 -07:00
LICENSE Initial commit 2022-02-25 14:28:59 -08:00
packages.yml An 1388/tribeca decoded instructions data (#51) 2022-06-07 12:51:17 -07: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