Go to file
Jack Forgash c1b2099dd8
dbt profile absolute path (#101)
* absolute path

* path
2023-01-05 11:59:13 -07:00
.github/workflows dbt profile absolute path (#101) 2023-01-05 11:59:13 -07:00
analysis initial setup files 2022-04-14 11:34:12 -07:00
data id (#85) 2022-11-09 15:38:04 -07:00
macros add custom query tags (#97) 2022-12-13 16:22:42 -08:00
models An 2569/only retry req 3 times (#98) 2022-12-14 17:05:19 -08:00
snapshots initial setup files 2022-04-14 11:34:12 -07:00
tests Block order test (#96) 2022-12-12 14:32:49 -07:00
.env.sample add resources for community curation (#75) 2022-10-17 16:32:28 -07:00
.gitignore workflow config (#100) 2023-01-05 11:47:16 -07:00
.user.yml An 2434/swap labels (#86) 2022-11-17 15:41:06 -05:00
dbt_project.yml AN-1870/allday ids (#51) 2022-08-26 11:07:40 -07:00
docker-compose.yml add resources for community curation (#75) 2022-10-17 16:32:28 -07:00
Dockerfile add resources for community curation (#75) 2022-10-17 16:32:28 -07:00
LICENSE Initial commit 2022-04-14 11:08:03 -07:00
Makefile add resources for community curation (#75) 2022-10-17 16:32:28 -07:00
packages.yml test verion (#99) 2022-12-28 13:22:21 -05:00
profiles.yml add resources for community curation (#75) 2022-10-17 16:32:28 -07:00
README.md initial setup files 2022-04-14 11:34:12 -07:00

Profile Set Up

Use the following within profiles.yml


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