Go to file
Jack Forgash 96a5f01ac8
AN-1988/events handle (#58)
* events try 1

* cte

* coalesce tweak
2022-09-01 18:24:04 -06:00
.dbt Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
.github/workflows target profile (#40) 2022-07-06 16:14:29 -06:00
analysis initial setup files 2022-04-14 11:34:12 -07:00
data AN-1865/bridge fix (#52) 2022-08-18 13:55:31 -06:00
macros AN-1870/allday ids (#51) 2022-08-26 11:07:40 -07:00
models AN-1988/events handle (#58) 2022-09-01 18:24:04 -06:00
snapshots initial setup files 2022-04-14 11:34:12 -07:00
tests initial setup files 2022-04-14 11:34:12 -07:00
.gitignore Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
dbt_project.yml AN-1870/allday ids (#51) 2022-08-26 11:07:40 -07:00
LICENSE Initial commit 2022-04-14 11:08:03 -07:00
packages.yml An 1625/integrate moments minted api (#34) 2022-06-28 09:24:09 -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