Go to file
Jack Forgash 19841544e8
AN-1344/prices (#24)
* cmc prices

* gecko prices

* adjust $

* core view, no description yet pending swap prices

* prices

* price to price_usd

* address nulls and del mcap

* tests

* test fix
2022-06-02 12:17:34 -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-1201/tests (#18) 2022-05-19 17:53:07 -06:00
models AN-1344/prices (#24) 2022-06-02 12:17:34 -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 1340/tests (#20) 2022-05-25 15:39:35 -06: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 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