Go to file
Jack Forgash 80c84fda4a
AN-1122/Silver tx events (#5)
* init. not run or tested

* hard coding silver txs temp

* coalesce, rename type to event_type

* typo

* tests

* formatting

* newline

* nothing

* underscore in config block

* incremental jinga underscore

* upstream underscores

* reconfig cases
2022-05-04 16:40:38 -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
macros initial setup files 2022-04-14 11:34:12 -07:00
models AN-1122/Silver tx events (#5) 2022-05-04 16:40:38 -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