Go to file
desmond-hui 56d024d155
An 1903/signers (#140)
* signers table wip

* merge main and remove test addresses

* flatten signers and instructions arrays

* daily signers wip

* signers wip, some test failures

* incremental model changes

* incremental changes - dumped FR date limit

* exclude chain admin programs

* updates to incremental

* updates to tests

* incremental fixes

* and condition

* changes to incremental and formatting

* updates to incremental

* remove ver2 references

* remove unintended change

* add upper bound for _inserted_timestamp for downstream ctes

* do 1 day loads

* update docs

* exclude chadmin programs

* agg to get first/last programs

* revert unintended code changes

* change 1st batch range to handle inserted dates with gaps

Co-authored-by: jhuhnke <jessica@flipsidecrypto.com>
2022-10-20 08:20:26 -07:00
analysis dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
data An 2289/hyperspace (#136) 2022-10-20 07:05:10 -07:00
docs An 1903/signers (#119) 2022-10-14 17:38:20 -07:00
macros add community curation resources (#138) 2022-10-18 13:09:55 -07:00
models An 1903/signers (#140) 2022-10-20 08:20:26 -07:00
snapshots dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
tests remove ; 2022-10-17 10:39:33 -07:00
.env.sample add community curation resources (#138) 2022-10-18 13:09:55 -07:00
.gitignore add community curation resources (#138) 2022-10-18 13:09:55 -07:00
dbt_project.yml An 2145/hot swap (#130) 2022-10-13 11:19:41 -07:00
docker-compose.yml add community curation resources (#138) 2022-10-18 13:09:55 -07:00
Dockerfile add community curation resources (#138) 2022-10-18 13:09:55 -07:00
LICENSE Initial commit 2022-02-25 14:28:59 -08:00
Makefile add community curation resources (#138) 2022-10-18 13:09:55 -07:00
packages.yml An 1388/tribeca decoded instructions data (#51) 2022-06-07 12:51:17 -07:00
profiles.yml add community curation resources (#138) 2022-10-18 13:09:55 -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