Skip to content

An example of how to check data quality using DBT and DuckDB.

Notifications You must be signed in to change notification settings

mapsa/data-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-tests

An example of how to check data quality using DBT and DuckDB.

Installation

Virtual Environment

Install uv to create the virtual environment:

pip install uv

Create the virtual environment and activate it:

uv venv
source .venv/bin/activate

Install the dependencies:

uv pip install -r requirements.txt

DBT

Initialize the DBT project:

dbt init data_tests

Select duckdb as the database (option 1).

Move your profiles.yml file to the data_tests folder:

mv ~/.dbt/profiles.yml data_tests/

Developer notes

VSCode extensions

About

An example of how to check data quality using DBT and DuckDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published