mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 15:56:48 +00:00
| .github/workflows | ||
| analyses | ||
| macros | ||
| models | ||
| snapshots | ||
| tests | ||
| .env | ||
| .gitignore | ||
| dbt_project.yml | ||
| LICENSE | ||
| packages.yml | ||
| profiles.yml | ||
| README.md | ||
Welcome to your new dbt project!
Using the starter project
Try running the following commands:
- dbt run
- dbt test
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
Steps:
step 1: update the profiles.yml
ethereum:
target: dev
outputs:
dev:
type: snowflake
account: <ACCOUNT>
role: <ROLE>
user: <USERNAME>
password: <PASSWORD>
region: <REGION>
database: ETHEREUM_DEV
warehouse: <WAREHOUSE>
schema: silver
threads: 12
client_session_keep_alive: False
query_tag: <TAG>
prod:
type: snowflake
account: <ACCOUNT>
role: <ROLE>
user: <USERNAME>
password: <PASSWORD>
region: <REGION>
database: ETHEREUM
warehouse: <WAREHOUSE>
schema: silver
threads: 12
client_session_keep_alive: False
query_tag: <TAG>
lambda integration