What problem does it solve? Moving or ingesting data from BigQuery or Google Cloud Storage often introduces hidden quality issues like malformed dates, garbage values, inconsistent units, and schema mismatches. This Skill automates profiling, cleansing, and verification so pipelines built on Dataform, dbt, or BigQuery start from trustworthy data. ## Core Features & Use Cases - Dataplex-Based Profiling: Runs automated data profile scans (with dynamic sampling for tables over 1M rows) before and after transformation to drive data-driven cleaning decisions. - SQL Transformation Generation: Produces cleansing SQL covering schema alignment, type conversion with SAFE.PARSE functions, JSON parsing, array handling, and STRUCT field mapping. - Quality Review Protocol: Validates transformations by profiling a temporary sample output table and comparing results against the source profile to catch NULL increases or value range shifts. - Use Case: When copying a raw GCS export into a curated BigQuery table, the Skill profiles the source, generates cleaning SQL for unparseable timestamps and invalid JSON, then verifies the output resolves every detected anomaly. ## Quick Start Ask the AI to clean and load the BigQuery table my-project.raw_dataset.orders into the curated dataset using the data-autocleaning skill.