Go to file
Jack Forgash 6381b49a6a
An 1215/labels (#10)
* labels

* typo

* cluster by address

* docs

* varchar
2022-05-16 16:21:54 -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 1215/labels (#10) 2022-05-16 16:21:54 -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