Go to file
cantjaso 9565d67c4d
Jason/blocks (#36)
* Models for blocks stream

* add the utils for post_hook

* add the bronze streamline schema

* Update

* Update

* Duplicate bug fix

* Chainhead route fix

Co-authored-by: yulike <xiuyangguan@gmail.com>
2022-10-31 13:03:52 -04:00
analysis Initial/setup (#1) 2022-06-07 19:13:08 -04:00
data An 1990/updating sushi pools (#32) 2022-09-01 12:49:46 -04:00
docs An 1692/sushi borrowing/lending improvement (#28) 2022-09-01 16:51:33 -04:00
macros Jason/blocks (#36) 2022-10-31 13:03:52 -04:00
models Jason/blocks (#36) 2022-10-31 13:03:52 -04:00
snapshots Initial/setup (#1) 2022-06-07 19:13:08 -04:00
tests delete_custom_test_file (#33) 2022-09-29 10:19:12 -04:00
.gitignore Initial/setup (#1) 2022-06-07 19:13:08 -04:00
dbt_project.yml An 1815/store failures (#23) 2022-07-26 10:40:54 -04:00
LICENSE Initial commit 2022-06-07 13:48:45 -04:00
packages.yml Initial/setup (#1) 2022-06-07 19:13:08 -04:00
README.md Initial/setup (#1) 2022-06-07 19:13:08 -04:00

Profile Set Up

Use the following within profiles.yml


polygon:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: POLYGON_DEV
      warehouse: <WAREHOUSE>
      schema: silver
      threads: 12
      client_session_keep_alive: False
      query_tag: <TAG>
    prod:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: POLYGON
      warehouse: <WAREHOUSE>
      schema: silver
      threads: 12
      client_session_keep_alive: False
      query_tag: <TAG>

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