Go to file
Jessica Huhnke bb9e889004
An 1937/blocks txs2 (#94)
* blocks

* transactions and deduping wip

* silver reorganization

* remove tx count from blocks

* wip

* load blocks backfill incrementally

* wip

* wip

* wip

* remove unused comments

* fix ref to wrong table

* update to tests

* test fixes

* moved yawww bids

* merge main & fix refs

Co-authored-by: Desmond Hui <desmond@flipsidecrypto.com>
2022-09-07 13:52:44 -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 Revert task changes (#93) 2022-09-02 14:16:32 -07:00
models An 1937/blocks txs2 (#94) 2022-09-07 13:52:44 -05: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 1882/solana backfill (#84) 2022-08-18 11:18:57 -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