What problem does it solve? Migrating Tableau workbooks (.twb/.twbx) and datasources (.tds/.tdsx) into Snowflake Semantic Views requires manually translating datasources, calculated fields, relationships, and filters, which is error-prone and slow. ## Core Features & Use Cases - File Analysis: Inspect Tableau files staged in Snowflake to list datasources, worksheets, column counts, custom SQL usage, and conversion warnings before exporting. - Semantic Model Export: Generate a semantic model YAML from a Tableau file with options to filter by worksheets, columns, or datasource, remap target database/schema, and control custom SQL handling. - Published Datasource Resolution: Merge published datasource metadata from .tds/.tdsx files when the workbook alone cannot resolve column metadata. - Use Case: A data team migrating from Tableau to Snowflake uploads a .twbx workbook to a stage, analyzes its 40 columns and 3 datasources, exports a filtered semantic model YAML, verifies table references, and deploys the semantic view. ## Quick Start Import the Tableau workbook at @DB.SCHEMA.STAGE/sales.twbx into a Snowflake Semantic View named sales_model.