What problem does it solve? Analysts and business users often need answers from Unity Catalog data without writing SQL, and data teams need a governed way to expose curated datasets conversationally. This Skill guides the creation of Genie Spaces and programmatic querying through the Genie Conversation API. ## Core Features & Use Cases - Genie Space Management: Create, update, list, inspect, and delete Genie Spaces connected to Unity Catalog tables with auto-detected SQL warehouses. - Conversation API: Ask natural language questions via ask_genie and maintain context across follow-up questions with ask_genie_followup. - Schema-Guided Setup: Inspect table schemas with get_table_details before creating spaces so sample questions and descriptions reference real columns. - Use Case: After building silver-layer sales tables, create a "Sales Analytics" Genie Space with sample questions, then ask "What were total sales last month?" and receive the generated SQL plus results. ## Quick Start Ask the agent to inspect your Unity Catalog tables, create a Genie Space over them with sample questions, and then ask it a natural language question about your data.