Go to file
Vahid-flipside ef63d86fb7
removing recency tests (#27)
* removing recency tests

* modifying comments

* modifying comments
2022-09-28 11:50:23 -04:00
analysis Initial/setup (#1) 2022-06-22 17:04:36 -04:00
data An 1979/sushi table improvement (#25) 2022-09-16 14:27:51 -04:00
docs sushi lending table and docs (#21) 2022-08-19 17:56:57 -04:00
macros store failures (#12) 2022-08-09 10:54:35 -04:00
models removing recency tests (#27) 2022-09-28 11:50:23 -04:00
snapshots Initial/setup (#1) 2022-06-22 17:04:36 -04:00
tests store failures (#12) 2022-08-09 10:54:35 -04:00
.env.sample add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
.gitignore add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
dbt_project.yml store failures (#12) 2022-08-09 10:54:35 -04:00
docker-compose.yml add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
Dockerfile add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
LICENSE Initial commit 2022-06-10 15:49:28 -04:00
Makefile add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
packages.yml commit (#2) 2022-06-22 17:13:24 -04:00
profiles.yml add community dev and dbt container (#10) 2022-07-13 14:42:42 -04:00
README.md Initial/setup (#1) 2022-06-22 17:04:36 -04:00

Profile Set Up

Use the following within profiles.yml


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