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.
Install the dbt connector to DuckDB - Data Build Tool (dbt) Tutorial
From the course: Data Engineering with dbt
Install the dbt connector to DuckDB
- [Instructor] Now that we've installed DBT Core, we have also now need to install DBT DuckDB. And you may be asking wait, I thought we just installed DBT. Well, we have to do it again. DBT core is kind of the foundational package and we have various connectors to different databases within the data ecosystem. But for this one, we're using DuckDB. I wouldn't worry too much about the types of databases, it's going to be dependent on your company, but you can look at the documentation of DuckDB for yourself if you're interested. But to install this for DBT similar PIP install DBT DuckDB and again, reference the version we want to use 1.6 0. run it and success. Now let's make sure it works. So again, PIP show, DBT DuckDB and success. We see it working and we have it all set up.
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.