Go to file
Austin 94d3fa90b4
An 1643/labels (#2)
* docs, labels, db comments

* traces fix

* add docs
2022-06-22 16:02:23 -04:00
analysis Inital/setup (#1) 2022-06-16 18:19:56 -04:00
data Inital/setup (#1) 2022-06-16 18:19:56 -04:00
docs An 1643/labels (#2) 2022-06-22 16:02:23 -04:00
macros An 1643/labels (#2) 2022-06-22 16:02:23 -04:00
models An 1643/labels (#2) 2022-06-22 16:02:23 -04:00
snapshots Inital/setup (#1) 2022-06-16 18:19:56 -04:00
tests Inital/setup (#1) 2022-06-16 18:19:56 -04:00
.gitignore Inital/setup (#1) 2022-06-16 18:19:56 -04:00
dbt_project.yml An 1643/labels (#2) 2022-06-22 16:02:23 -04:00
LICENSE Initial commit 2022-06-10 15:35:11 -04:00
packages.yml Inital/setup (#1) 2022-06-16 18:19:56 -04:00
README.md Inital/setup (#1) 2022-06-16 18:19:56 -04:00

Profile Set Up

Use the following within profiles.yml


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