Go to file
2022-02-28 10:37:37 -08: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
macros dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
models basic bronze views 2022-02-25 14:50:23 -08:00
snapshots dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
tests dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
.gitignore Initial commit 2022-02-25 14:28:59 -08:00
dbt_project.yml fix copy/paste and reference errors 2022-02-28 10:37:37 -08:00
LICENSE Initial commit 2022-02-25 14:28:59 -08:00
packages.yml dbt proj files and sp setup 2022-02-25 14:49:40 -08:00
README.md fix copy/paste and reference errors 2022-02-28 10:37:37 -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>

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