What problem does it solve? Writing correct BigQuery AI/ML SQL requires knowing the exact syntax, argument rules, and routing constraints of functions like AI.FORECAST, AI.GENERATE, and AI.KEY_DRIVERS, which are easy to misuse without authoritative references. ## Core Features & Use Cases - Time-Series Analysis: Generate forecasts with AI.FORECAST, detect anomalies with AI.DETECT_ANOMALIES, and evaluate model accuracy with AI.EVALUATE using the pre-trained TimesFM model. - Generative AI in SQL: Classify, summarize, score, and generate text or structured output directly in queries using AI.GENERATE, AI.CLASSIFY, AI.AGG, AI.IF, and AI.GENERATE_TABLE with Gemini endpoints. - Semantic Search & Key Drivers: Perform vector and semantic search with VECTOR_SEARCH and AI.SEARCH, and identify metric drivers with AI.KEY_DRIVERS or contribution analysis models. - Use Case: A data analyst needs to forecast next month's sales per store and explain which dimensions drove a revenue change; this Skill provides the exact SQL patterns and mandatory best-practice rules to do both correctly. ## Quick Start Ask the assistant to write a BigQuery SQL query that forecasts daily sales for the next 30 days using AI.FORECAST on your sales table.