Go to file
austinFlipside 6a8983697e update docs
2022-07-27 14:35:22 -04:00
analysis initial/setup (#1) 2022-06-16 15:45:57 -04:00
data initial/setup (#1) 2022-06-16 15:45:57 -04:00
docs update docs 2022-07-27 14:35:22 -04:00
macros Add/lite mode comment (#8) 2022-06-28 10:33:44 -04:00
models update docs 2022-07-27 14:35:22 -04:00
snapshots initial/setup (#1) 2022-06-16 15:45:57 -04:00
tests initial/setup (#1) 2022-06-16 15:45:57 -04:00
.gitignore initial/setup (#1) 2022-06-16 15:45:57 -04:00
dbt_project.yml initial/setup (#1) 2022-06-16 15:45:57 -04:00
LICENSE Initial commit 2022-06-16 15:02:12 -04:00
packages.yml initial/setup (#1) 2022-06-16 15:45:57 -04:00
README.md initial/setup (#1) 2022-06-16 15:45:57 -04:00

Profile Set Up

Use the following within profiles.yml


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