What problem does it solve? Data engineers and analysts on the SIAN platform frequently receive requests to patch data directly in BigQuery tables, which breaks pipeline reproducibility and creates divergence from source systems. This Skill enforces the architectural rule that no direct data corrections are allowed in any derived layer and redirects every request to the proper fix. ## Core Features & Use Cases - Absolute correction policy: Blocks direct SQL updates, Python scripts, notebooks, correction DAGs, and dbt overrides against Raw, Silver, and Gold layers. - Remediation decision table: Maps each error location (source system, Raw extraction bug, Silver/Gold dbt bug) to the correct fix path. - Investigation workflow: Provides a four-step procedure to compare Raw data against source systems and isolate extraction or dbt model bugs. - Use Case: A stakeholder asks to run an UPDATE on a Silver table to remove an employee record. The Skill refuses the request and redirects the fix to the source system (Protheus or RM), letting the pipeline propagate the correction. ## Quick Start Ask the assistant to evaluate a request to fix incorrect employee data in a SIAN Silver table and determine the correct course of action.