darshilparmar/dbt-databuildtool--masterclass-netflix-project ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple dbt project for a Netflix style dataset.
I want it to take the raw Netflix data and turn it into clean tables I can actually use for analysis. Please set it up so the data is easy to understand, with clear staging and final reporting models, and make sure the SQL is organized in a way that someone learning dbt could follow along.
It should include the basic transformations needed to clean things up, plus a few useful summary views like shows by type, release year, country, and rating. If it makes sense, add some basic checks so bad data is easier to catch, and make the project feel complete and professional.
Please keep it simple and practical, and use the existing files in this repo as the starting point. If you need to look up current dbt docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit