What problem does it solve? Moving or ingesting data from BigQuery or Google Cloud Storage often introduces hidden data 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 on source tables (with dynamic sampling for large tables) before and after transformation to drive and validate 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: Creates a temporary sample output table, re-profiles it, and compares profiles column-by-column to catch NULL increases or value range shifts. - Use Case: When copying a raw GCS export into a curated BigQuery dataset, the Skill profiles the source, generates cleaning SQL for unparseable timestamps and invalid JSON, then verifies the output profile shows no regressions. ## Quick Start Ask the assistant to clean and copy data from a BigQuery table or GCS path into a destination table using the data-autocleaning skill.