What problem does it solve? Building streaming and batch data pipelines on Databricks requires deep knowledge of Spark Declarative Pipelines syntax, Auto Loader ingestion, CDC/SCD patterns, and performance tuning, which is scattered across documentation and easy to get wrong. ## Core Features & Use Cases - Ingestion & Streaming Patterns: Auto Loader with read_files for JSON, CSV, Parquet, and Avro, plus Kafka, Event Hub, and Kinesis streaming sources with deduplication and windowed aggregations. - CDC & SCD Type 2: AUTO CDC flows, temporal queries with __START_AT/__END_AT columns, and point-in-time analysis patterns. - Performance & Migration: Liquid Clustering guidance, modern pyspark.pipelines API versus legacy DLT comparison, and a DLT-to-SDP migration decision matrix. - Use Case: A data engineer needs to build a bronze/silver/gold medallion pipeline ingesting JSON files from cloud storage with SCD Type 2 customer history; the skill provides ready-made SQL patterns and Asset Bundle project scaffolding via databricks pipelines init. ## Quick Start Ask the assistant to create a Lakeflow Spark Declarative Pipeline that ingests JSON files from cloud storage into a bronze streaming table and builds silver and gold transformations.