Profiles
Learn about how dbt profiles work and how to test the validity of your connection.
We'll cover the following...
What are profiles?
When we run the dbt init
command for the first time, it creates a profiles.yml
file that’s usually located at ~/.dbt/profiles.yml
.
dbt asks us for connection information such as data warehouse, project name, and dataset name, ...