Adbt project contains the models that dbt runs to transform the data in your data platforms. Each project contains a configuration file called dbt_project.yml, which is created by dbt for your project. This configuration file helps dbt identify the dbt project directory and also how dbt should run the project. If you do not have a dbt project, follow the steps in this page to create one.
Open a Terminal window and navigate to the profile directory called .dbt, which is a hidden folder in your home directory. The profiles.yml file is automatically created in this location when you initiate your dbt project. For example, /home/harry.potter/.dbt/profiles.yml.
3a8082e126