Go to file
Jack Forgash 6ceec78b93
An 1346/bridges (#33)
* just a couple ctes

* add array

* blocto inbound

* blocto teleports final

* celer bridge

* tweaks

* core view

* docs

* docs

* list columns, add incremental to celer, move bridge.md to right dir
2022-06-29 10:00:29 -06:00
.dbt Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
.github/workflows Auto-gen docs to separate branch (#22) 2022-05-25 09:25:04 -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 An 1625/integrate moments minted api (#34) 2022-06-28 09:24:09 -07:00
models An 1346/bridges (#33) 2022-06-29 10:00:29 -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 1625/integrate moments minted api (#34) 2022-06-28 09:24:09 -07:00
LICENSE Initial commit 2022-04-14 11:08:03 -07:00
netlify.toml AN-1294/Docs (#15) 2022-05-17 15:38:51 -06: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