Go to file
desmond-hui e6accf253c
An 1398/udf for validator metadata route (#39)
* udf and sp to call validator_metadata endpoint

* remove db name, let is run based on db context
2022-06-14 11:15:25 -07:00
analyses initial setup files 2022-04-13 11:37:02 -07:00
data initial setup files 2022-04-13 11:37:02 -07:00
docs initial setup files 2022-04-13 11:37:02 -07:00
macros An 1398/udf for validator metadata route (#39) 2022-06-14 11:15:25 -07:00
models AN-1371_msg sub group and body/auth info to txns (#35) 2022-06-10 15:03:23 -04:00
snapshots initial setup files 2022-04-13 11:37:02 -07:00
tests AN_1995 update UKs, remove test for TX counts (#11) 2022-05-05 17:04:00 -07:00
.DS_Store initial setup files 2022-04-13 11:37:02 -07:00
.gitignore initial setup files 2022-04-13 11:37:02 -07:00
dbt_project.yml An 1398/udf for validator metadata route (#39) 2022-06-14 11:15:25 -07:00
LICENSE Initial commit 2022-04-13 11:05:35 -07:00
packages.yml add raw labels as external tables (#5) 2022-04-25 14:33:00 -07:00
README.md initial setup files 2022-04-13 11:37:02 -07:00

Profile Set Up

Use the following within profiles.yml


osmosis:
  target: dev
  outputs:
    dev:
      type: snowflake
      account: <ACCOUNT>
      role: <ROLE>
      user: <USERNAME>
      password: <PASSWORD>
      region: <REGION>
      database: OSMOSIS_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