Go to file
Jack Forgash 79e8096768
An 1212/gold events (#11)
* gold blocks

* fixes

* revert blocks

* events

* address AN-1269

* format and core

* core yml

* revise event_id and event_data in yml
2022-05-17 15:03:40 -06:00
analysis initial setup files 2022-04-14 11:34:12 -07:00
data initial setup files 2022-04-14 11:34:12 -07:00
docs An 1179/docs (#9) 2022-05-06 09:06:14 -06:00
macros initial setup files 2022-04-14 11:34:12 -07:00
models An 1212/gold events (#11) 2022-05-17 15:03:40 -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 initial setup files 2022-04-14 11:34:12 -07:00
dbt_project.yml AN-1121 Initial push of Silver Transactions (#3) 2022-05-02 16:01:51 -06:00
LICENSE Initial commit 2022-04-14 11:08:03 -07:00
packages.yml initial setup files 2022-04-14 11:34:12 -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