Go to file
2022-10-18 11:36:37 -04:00
analysis Initial/set up (#1) 2022-07-19 14:27:28 -04:00
data fixing column name bug for the reads csv (#9) 2022-09-16 14:22:35 -04:00
docs docs generate (#13) 2022-10-18 11:36:37 -04:00
macros store failures (#4) 2022-08-09 10:55:16 -04:00
models change labels reference (#12) 2022-10-06 11:07:24 +08:00
snapshots Initial/set up (#1) 2022-07-19 14:27:28 -04:00
tests tx test failures (#5) 2022-08-11 12:42:49 -04:00
.gitignore Initial/set up (#1) 2022-07-19 14:27:28 -04:00
dbt_project.yml store failures (#4) 2022-08-09 10:55:16 -04:00
LICENSE Initial commit 2022-06-22 17:43:44 -04:00
packages.yml Initial/set up (#1) 2022-07-19 14:27:28 -04:00
README.md Initial/set up (#1) 2022-07-19 14:27:28 -04:00

Profile Set Up

Use the following within profiles.yml


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