2022-04-14 18:34:12 +00:00
|
|
|
## Profile Set Up
|
|
|
|
|
|
|
|
|
|
#### Use the following within profiles.yml
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
```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](https://docs.getdbt.com/docs/introduction)
|
|
|
|
|
- Check out [Discourse](https://discourse.getdbt.com/) for commonly asked questions and answers
|
|
|
|
|
- Join the [chat](https://community.getdbt.com/) on Slack for live discussions and support
|
|
|
|
|
- Find [dbt events](https://events.getdbt.com) near you
|
|
|
|
|
- Check out [the blog](https://blog.getdbt.com/) for the latest news on dbt's development and best practices
|