Go to file
2022-08-11 18:08:51 -04:00
analysis Initial/setup (#1) 2022-06-16 19:05:07 -04:00
data prices and missing tokens (#21) 2022-08-11 18:08:51 -04:00
docs Governance Delegations Table (#20) 2022-08-10 16:04:37 -05:00
macros store failures (#18) 2022-08-09 10:55:44 -04:00
models prices and missing tokens (#21) 2022-08-11 18:08:51 -04:00
snapshots Initial/setup (#1) 2022-06-16 19:05:07 -04:00
tests store failures (#18) 2022-08-09 10:55:44 -04:00
.gitignore Initial/setup (#1) 2022-06-16 19:05:07 -04:00
dbt_project.yml store failures (#18) 2022-08-09 10:55:44 -04:00
LICENSE Initial commit 2022-06-10 13:57:06 -04:00
packages.yml Initial/setup (#1) 2022-06-16 19:05:07 -04:00
README.md Initial/setup (#1) 2022-06-16 19:05:07 -04:00

Profile Set Up

Use the following within profiles.yml


optimism:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: OPTIMISM_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: OPTIMISM
      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