Skip to main content

Data Analysis & Engineering

  1. My Projects/
Docker Makefiles
Data Analysis & Engineering
Makefiles that make it easier to work with docker. They also add a way to display a help message with available targets for improved usability.
  1. My Projects/
Interactive model selection for dbt in your terminal
Data Analysis & Engineering
Shell scripts that allows you to interactively search dbt models in your terminal using fzf.
  1. My Blog/
How to ensure your data model changes don’t make the world explode
·885 words·5 mins
Data Analysis & Engineering Data Testing Data Modeling
Learn how to check the differences in your data tables when you make changes to SQL data models with my sql_data_compare tool.
  1. My Projects/
SQL Data Comparison Tool
Data Analysis & Engineering
A python data quality assurance tool that allows you to verify whether the data model changes you have made are producing the data as you intended.