The modern data stack
Data warehouse - the central store where data from multiple sources lands. Snowflake, BigQuery, and Redshift are the dominant options. Raw event data, CRM records, support tickets, billing data - it all ends up here, queryable with SQL. ETL / data pipeline tools - move data from source systems into the warehouse. Fivetran and Airbyte automate connectors to hundreds of data sources. dbt (data build tool) transforms raw data into clean, analysis-ready tables inside the warehouse. Business intelligence (BI) tools - the layer that makes warehouse data accessible without writing SQL. Looker, Tableau, Metabase, and Mode let analysts and PMs build dashboards and explore data visually. Looker’s LookML model is particularly powerful for defining metrics consistently across an organisation. Reverse ETL - sends data from the warehouse back into operational tools. Customer success teams getting churn risk scores in Salesforce, marketing teams syncing segments into their email tool. Tools like Census and Hightouch handle this 💡Why PMs should care
You’re probably not writing SQL every day - but you will work with data teams who do. Understanding the stack means:- Knowing where a metric comes from and how it’s defined
- Being able to have an informed conversation about data quality and reliability
- Understanding why some data requests take a day and others take a week
- Knowing what’s possible vs. what requires significant engineering work