What problem does it solve? Setting up a Change Data Capture pipeline from a database to a data lake involves coordinating Debezium connectors, Schema Registry, Flink SQL, and Tableflow, with many failure-prone details like tombstone handling, changelog modes, and type mappings. This Skill guides the full workflow so database changes land correctly in Iceberg or Delta Lake tables. ## Core Features & Use Cases - Connector Configuration: Generates ready-to-use configs for PostgreSQL, MySQL, SQL Server, Oracle XStream, and DynamoDB CDC source connectors with JSON_SR, Avro, or Protobuf formats. - Flink Decode Layer: Creates target tables with upsert changelog mode and INSERT statements that decode Debezium envelopes, including handling for schemaless and multi-event topics. - Tableflow Enablement: Enables Tableflow on target topics for Iceberg or Delta Lake with managed or BYOB storage, plus verification and troubleshooting guidance. - Use Case: A team wants to replicate a PostgreSQL 'orders' table into an Iceberg table in S3. The Skill produces the connector config, Flink SQL, and Tableflow setup, then walks through validation and testing with a live insert. ## Quick Start Ask the assistant to set up a CDC pipeline from your database to an Iceberg or Delta table on Confluent Cloud, providing your database type, connection details, tables to capture, and target format.