Go to file
2022-10-19 05:33:00 -05: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 better way to check for prod env (#61) 2022-10-12 11:45:45 -04:00
models fix currency field bug in IBC IN transfer (#63) 2022-10-19 05:33:00 -05:00
snapshots initial setup files 2022-04-13 11:37:02 -07:00
tests comment out gaps test while backfill completes (#50) 2022-07-01 13:31:33 -05:00
.DS_Store AN-1692 inserted timestamp and other cleanup (#48) 2022-06-29 19:29:59 -04:00
.gitignore initial setup files 2022-04-13 11:37:02 -07:00
dbt_project.yml osmosis store test failures (#56) 2022-07-22 12:57:19 -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