What problem does it solve? Choosing the wrong table ingestion format in the SIAN data platform leads to unnecessary costs or scalability problems. This Skill guides the decision between native BigQuery (WRITE_TRUNCATE full reloads) and Apache Iceberg Managed (incremental MERGE), and provides the correct connection, storage URI, clustering, and hard delete configuration. ## Core Features & Use Cases - Format Decision Matrix: Compares native vs. Iceberg formats by volume, load pattern, hard delete needs, and history preservation. - Factory Parameter Guidance: Documents required parameters like table_format="iceberg" and cluster_by, with auto-calculated connection_id and storage_uri values. - Hard Delete Handling: Explains when and how to configure hard_delete_handler.py for sources that physically remove records without a deletion flag. - Use Case: When adding a large Protheus table like SC1 with continuous growth and physical deletes at the source, use this Skill to configure an Iceberg DAG with proper clustering on D_E_L_E_T_ and the primary key. ## Quick Start Ask the AI to configure Iceberg ingestion for a new SIAN Raw layer table, including cluster columns and hard delete handling.