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 DuckDB via pip - Data Build Tool (dbt) Tutorial
From the course: Data Engineering with dbt
Install DuckDB via pip
- [Instructor] Our final package that we're going to install is DuckDB itself. There's DBT DuckDB, and then there's DuckDB. What's the difference? One is the connection to DBT. The other one is for the actual database itself and using it with Python. So quickly install it. PIP install DuckDB and the version we're going to be using is 0.90. And again, let's check if it works. PIP show DuckDB and we have it there. We now have all of our packages installed.
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.