JSON Representation
🔄 Converters Beta
dbt Semantic Model
🔄
Drop dbt files here
semantic_manifest.json · .yml semantic model files
How to get files:
• semantic_manifest.json: dbt Cloud artifact
• .yml: Semantic model YAML with entities, dimensions, measures
• Paste: Paste YAML directly into the textarea above
• semantic_manifest.json: dbt Cloud artifact
• .yml: Semantic model YAML with entities, dimensions, measures
• Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
Snowflake Semantic View
❄️
Drop semantic view file here
Cortex Analyst .yaml · .yml · .json
How to get files:
• Snowsight: Semantic Views → Export YAML
• Generator: Cortex Analyst Semantic Model Generator
• Paste: Paste YAML directly into the textarea above
• Snowsight: Semantic Views → Export YAML
• Generator: Cortex Analyst Semantic Model Generator
• Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
LookML Project Files
🔍
Drop .lkml files here
Upload one .model.lkml + one or more .view.lkml files
Relationships are lazy (join on demand). Physical joins are eager (always joined).
🤖 AI key for formula conversion (optional — converts complex sql expressions)
Without a key, simple patterns (ROUND, DATEDIFF, column = 1, CASE WHEN) are converted automatically. Complex expressions need a key.
Sigma Data Model JSON
Tableau Workbook
📊
Drop .twb, .twbx, .tds, or .tdsx files here
Multiple files supported — combined into one data model
Tables span more than one connection
Relationships are lazy (join on demand). Physical joins are eager (always joined).
Sigma Data Model JSON
Power BI Model
📈
Drop .pbit or model.bim file here
.pbit = Power BI template (zip) · .bim = TMSL JSON
How to get files:
• .pbit: In Power BI Desktop → File → Save As Template
• model.bim: Save as PBIP project, or export via Tabular Editor
• Paste: Copy DataModelSchema JSON directly into the textarea below
• .pbit: In Power BI Desktop → File → Save As Template
• model.bim: Save as PBIP project, or export via Tabular Editor
• Paste: Copy DataModelSchema JSON directly into the textarea below
Sigma Data Model JSON
Alteryx Workflow
⚙️
Drop .yxmd file here
.yxmd = Alteryx Workflow (XML)
Sigma Data Model JSON
Atlan Data Contract
📝
Drop data contract file here
datacontract.yaml · .yml · .json
How to get files:
• Atlan: Asset profile → Contracts tab → Copy YAML
• Atlan CLI:
• Paste: Paste YAML directly into the output textarea
• Atlan: Asset profile → Contracts tab → Copy YAML
• Atlan CLI:
atlan init contract → edit → export• Paste: Paste YAML directly into the output textarea
Sigma Data Model JSON
Omni Analytics Model
🌐
Drop Omni YAML files here
.view.yaml · .model.yaml
How to get files:
• .view.yaml: One file per view — dimensions & measures
• .model.yaml: Explores & joins — wires relationships
• Paste: Paste YAML directly into the textarea above
• .view.yaml: One file per view — dimensions & measures
• .model.yaml: Explores & joins — wires relationships
• Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
ThoughtSpot TML
🔷
Drop ThoughtSpot TML files here
.tml · .yaml
How to get files:
• TML export: Data > Worksheets → ⋯ → Export TML
• Bulk export: Develop > SpotApps → Export TML
• Paste: Paste TML YAML directly into the textarea above
• TML export: Data > Worksheets → ⋯ → Export TML
• Bulk export: Develop > SpotApps → Export TML
• Paste: Paste TML YAML directly into the textarea above
Sigma Data Model JSON
Qlik Data Model
🔮
Drop Qlik metadata JSON or .qvd files here
REST API export · QVD files · or paste below
QVD files: only header metadata is read (table + fields + types). Set Database/Schema overrides for the warehouse path — QVDs don't include the load script.
How to get metadata:
• REST API:
• Qlik CLI:
• Master items: Add
• REST API:
GET /api/v1/apps/{appId}/data/metadata• Qlik CLI:
qlik app data metadata get --app-id {id}• Master items: Add
masterMeasures / masterDimensions arrays for metrics
Sigma Data Model JSON
Oracle Analytics Cloud
☁️
Drop SMML .zip or .json files here
OAC Semantic Modeler → ⋯ → Export → .zip
How to get files:
• In OAC, open the Semantic Modeler
• Click ⋯ → Export to download the
• Drop the
• In OAC, open the Semantic Modeler
• Click ⋯ → Export to download the
.zip• Drop the
.zip here — or upload individual logical table .json files from the logical/ folder inside the ZIP
Sigma Data Model JSON
Cube.dev Schema
🟦
Drop Cube schema files here
.yml · .yaml · .js
How to get files:
• YAML:
• JS:
• YAML:
model/cubes/*.yml · model/views/*.yml• JS:
schema/*.js with cube(`Name`, {…})
Sigma Data Model JSON
Tableau Prep Flow
🔧
Drop .tfl/.tflx + optional .tds files
.tds files auto-resolve LoadSqlProxy stubs
How to get files:
• .tfl / .tflx: Tableau Prep Builder → File → Save
• CSV/Excel inputs need a tableMapping override (filename → warehouse table)
• LoadSqlProxy (Tableau Server datasource) → Custom SQL stub
• .tfl / .tflx: Tableau Prep Builder → File → Save
• CSV/Excel inputs need a tableMapping override (filename → warehouse table)
• LoadSqlProxy (Tableau Server datasource) → Custom SQL stub
Sigma Data Model JSON
Custom SQL
🗄️
Drop .sql files here
Multiple files supported · or paste below
What gets converted:
• Simple SELECT … FROM table → native warehouse-table element
• SELECT list → column names auto-extracted
• db.schema.table → path auto-detected; overrides below apply
• Complex queries (JOINs, CTEs, subqueries) → SQL fallback element
• Simple SELECT … FROM table → native warehouse-table element
• SELECT list → column names auto-extracted
• db.schema.table → path auto-detected; overrides below apply
• Complex queries (JOINs, CTEs, subqueries) → SQL fallback element
Sigma Data Model JSON