Go to file
2022-09-09 10:54:10 -04:00
analyses inital commit 2022-06-29 13:12:28 -04:00
data inital commit 2022-06-29 13:12:28 -04:00
docs docs, missing FKs 2022-09-09 09:36:47 -04:00
macros AN-1707 renames, docs (#14) 2022-08-24 16:47:37 -04:00
models clean up more testing 2022-09-09 10:54:10 -04:00
snapshots inital commit 2022-06-29 13:12:28 -04:00
tests clean up more testing 2022-09-09 10:54:10 -04:00
.DS_Store inital commit 2022-06-29 13:12:28 -04:00
.gitignore inital commit 2022-06-29 13:12:28 -04:00
dbt_project.yml test fixes 2022-09-08 14:37:47 -04:00
LICENSE Initial commit 2022-06-28 16:16:01 -04:00
packages.yml AN-1707 dbt utils depend (#16) 2022-08-29 15:00:25 -04:00
README.md inital commit 2022-06-29 13:12:28 -04: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: ALGORAND_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