This document discusses data lakehouses, which combine the benefits of data lakes and data warehouses. It describes the bronze, silver, and gold layers of the Medallion architecture for organizing data in a lakehouse. The bronze layer handles initial ingestion of raw, unvalidated data. The silver layer cleans, enriches, and validates the data. The gold layer creates business-level aggregates and joins for queries. It also discusses using Apache Spark and Delta Lake to build the lakehouse and why one may choose a Databricks lakehouse over a cloud data warehouse.