Go to file
eric-laurello d82b1b6082
AN-1195 changes from table review feedback (#10)
* updates

* name correction and uk update
2022-05-05 11:28:59 -04: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 An 1196/auto create ext tbls on dev refresh (#9) 2022-05-04 15:08:38 -07:00
models AN-1195 changes from table review feedback (#10) 2022-05-05 11:28:59 -04:00
snapshots initial setup files 2022-04-13 11:37:02 -07:00
tests AN-1074 (1075 & 1076) Initial push of silver txn tables (#6) 2022-04-28 11:06:52 -04: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