dbt Fundamentals
Introduction to dbt dbt Fundamentals Course Link Traditional Data Teams Traditional Data Teams typically have two roles: Data Analysts Tend to work a little bit closer to the business decision makers in finance, marketing, and other departments They typically query the tables that the data engineer has built to serve Analysts skill set usually involves Excel and SQL to query those underlying tables Data Engineers In charge of building the infrastructure that the data is hosted on, usually databases They also manage the ETL(Extract, Transform, Load) process for making sure the data is where it needs to be and in tables so that the analysts can then query it Skill set for a data engineer includes SQL, Python, Java. and other functional programming languages Analysts know what to be built so that business decision makers can make those decisions Data engineers has the skills to build that, put that in production ...