Forum Discussion
debiagui
Resolver I
2 years agoIssue with There are ambiguous paths between tables
My model hs the following tables * Products, were the primary key is ProductId * Customers,, were the primary key is Id * Sales, were the primary key is Fecha, ProductId, CustomerId * SellOut, we...
debiagui
Resolver I
2 years agoYes, it's strange. I'll try to simplify the fact tables into a single one by merging Sell-Out and Sales. As you said, this seems like a Lakehouse error.