Go to file
Jack Forgash 779baa4122
AN-1780/staking (#50)
* delegators

* staking events

* docs and core view

* date filter
2022-08-17 18:26:33 -06:00
.dbt Automate Docs Generate (#21) 2022-05-24 18:34:03 -06:00
.github/workflows target profile (#40) 2022-07-06 16:14:29 -06:00
analysis initial setup files 2022-04-14 11:34:12 -07:00
data AN-1714/prices from swaps (#37) 2022-07-06 16:36:41 -04:00
macros An 1709/make dev refresh dbt cloud op (#38) 2022-06-30 18:07:25 -07:00
models AN-1780/staking (#50) 2022-08-17 18:26:33 -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-1714/prices from swaps (#37) 2022-07-06 16:36:41 -04:00
LICENSE Initial commit 2022-04-14 11:08:03 -07: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