What problem does it solve? Teams maintaining metrics in Omni Analytics often need those same definitions hardened into Databricks Unity Catalog for AI/BI dashboards and Genie spaces, but manually translating topics, joins, dimensions, and measures into Metric View YAML is error-prone and slow. ## Core Features & Use Cases - Automated Model Exploration: Fetches the Omni shared model, topic files, relationships, and view definitions via the Omni CLI to build an accurate source picture. - Field Translation: Maps Omni dimensions (timeframes, groups, bins, durations, yesno) and measures (aggregates, derived, filtered) into Databricks Metric View YAML with correct formats and quoting rules. - Execution & Validation: Detects existing metric views, generates CREATE OR ALTER SQL, executes through the Databricks SQL Statements API, and grants access with troubleshooting guidance. - Use Case: Convert the Omni orders topic into main.sales.orders_mv so Databricks Genie spaces and AI/BI dashboards query the same governed metrics defined in Omni. ## Quick Start Ask the assistant to convert your Omni orders topic into a Databricks Metric View in the main.sales schema using your configured Omni and Databricks CLI profiles.