microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

run_model_bpa_bulk fails if modelbparesults table is empty #266

Closed Jai-Prakash-HU closed 1 week ago

Jai-Prakash-HU commented 1 week ago

run_model_bpa_bulk fails if modelbparesults is empty

Let's assume I ran run_model_bpa_bulk and it created and saved results in modelbparesults then I moved this result to some other table and deleted data from modelbparesults table and made it empty to collect result next day. Then next day it doesn't work. It throws error.

Current solution is I need to DROP modelbparesults table and then only I can run run_model_bpa_bulk again

So summary is run_model_bpa_bulk doesn't work if my modelbparesults table is empty.

Image

m-kovalsky commented 1 week ago

Fixed in 0.8.5.