From the course: Data Engineering with dbt
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Create your profiles YAML file - Data Build Tool (dbt) Tutorial
From the course: Data Engineering with dbt
Create your profiles YAML file
- [Instructor] We now need to make our next configuration file called the profiles yml file. But if you look at the sidebar over here, there isn't a profiles yml file. And that's very intentional. For a particular use case of using duckdb, it doesn't auto generate one. So remember a few videos ago when we did DBT init? It gave us that message, no sample profile found for duckdb. And that's completely okay. And I actually think it's a great learning opportunity for us 'cause now we get to create our own profiles yml file. So to do that we're going to go use the terminal and we're going to go into the directory of the NYC parking violations. So to do that, you do cd, which stands for choose the directory. NYC parking violations. Quick pro tip, you can use tab to auto complete, which I love using for terminal. We're in there and the reason why we need to be in here is that we need all of our DBT workflows within the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.