What problem does it solve? Setting up an end-to-end data engineering pipeline that ingests raw CSV data, models it into analytics-ready tables, orchestrates scheduled runs, and adds AI capabilities like sentiment analysis and text-to-SQL requires coordinating many tools and configurations, which this Skill consolidates into one guided workflow. ## Core Features & Use Cases - Medallion Architecture on Snowflake: Loads CSVs from S3 into a RAW (Bronze) schema via storage integrations, then transforms data through dbt staging views (Silver) and marts (Gold) including incremental fact tables, dimensions, and SCD2 snapshots. - Airflow Orchestration: Provides a daily DAG that reloads raw tables from S3, runs dbt builds, and triggers AI enrichment tasks in sequence. - AI Layer with OpenAI: Enriches reviews with LLM-extracted sentiment and topics, supports RAG-based chat over reviews via Streamlit, and generates SQL from natural language questions. - Use Case: A data engineer wants to build a portfolio or production pipeline processing 10M food delivery orders — this Skill walks them from S3 bucket creation through dbt incremental models to a working RAG chatbot over customer reviews. ## Quick Start Ask the AI to set up the Zomato data pipeline by creating the S3 bucket, Snowflake schemas, and dbt project, then run the Airflow DAG to load and transform the data.