15/15
tables built + verified
row counts vs fixture ground truth
8
silver
cleansed source-aligned tables
7
gold
dimensions + facts (star schema)
1
PR
fabric-data-platform-demos PR 26679
Tablesevery table SELECT-verified over the SQL endpoint · path = llm (full MappingParser→ConfigGenerator chain) or from-yaml (engineer-authored)
| table | rows | expected | build path | |
|---|---|---|---|---|
| silver.pos_order | 291 | 291 | ✓ | from-yaml |
| silver.pos_order_line | 645 | 645 | ✓ | from-yaml |
| silver.customer | 120 | 120 | ✓ | from-yaml |
| silver.product | 60 | 60 | ✓ | from-yaml |
| silver.category | 10 | 10 | ✓ | from-yaml |
| silver.store | 11 | 11 | ✓ | from-yaml |
| silver.stock_snapshot | 2,772 | 2,772 | ✓ | from-yaml |
| silver.stock_receipt | 202 | 202 | ✓ | from-yaml |
| gold.d_store | 11 | 11 | ✓ | llm |
| gold.d_product | 60 | 60 | ✓ | from-yaml |
| gold.d_customer | 120 | 120 | ✓ | llm |
| gold.d_channel | 2 | 2 | ✓ | llm |
| gold.d_date | 1,096 | 1,096 | ✓ | from-yaml |
| gold.f_sales_line | 645 | 645 | ✓ | from-yaml |
| gold.f_stock_snapshot | 2,772 | 2,772 | ✓ | from-yaml |