Go to file
2022-05-23 08:40:04 -07:00
analyses initial setup files 2022-04-13 11:37:02 -07:00
data initial setup files 2022-04-13 11:37:02 -07:00
docs initial setup files 2022-04-13 11:37:02 -07:00
macros look for gaps excluding current date (#24) 2022-05-23 08:40:04 -07:00
models add msg group col and propagate downstream (#22) 2022-05-19 10:27:14 -07:00
snapshots initial setup files 2022-04-13 11:37:02 -07:00
tests AN_1995 update UKs, remove test for TX counts (#11) 2022-05-05 17:04:00 -07:00
.DS_Store initial setup files 2022-04-13 11:37:02 -07:00
.gitignore initial setup files 2022-04-13 11:37:02 -07:00
dbt_project.yml An 1196/auto create ext tbls on dev refresh (#9) 2022-05-04 15:08:38 -07:00
LICENSE Initial commit 2022-04-13 11:05:35 -07:00
packages.yml add raw labels as external tables (#5) 2022-04-25 14:33:00 -07:00
README.md initial setup files 2022-04-13 11:37:02 -07:00

Profile Set Up

Use the following within profiles.yml


osmosis:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: OSMOSIS_DEV
      warehouse: <WAREHOUSE>
      schema: silver
      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