microsoft / semantic-link-labs

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

vertipaq_analyzer fails if vertipaqanalyzer_columns is empty #275

Closed Jai-Prakash-HU closed 1 week ago

Jai-Prakash-HU commented 1 week ago

vertipaq_analyzer fails if vertipaqanalyzer_columns table is empty

Let's assume I ran vertipaq_analyzer and it created and saved results in default vertipaqanalyzer_columns then I moved this result to some other table and deleted data from vertipaqanalyzer_columns 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 vertipaqanalyzer_columns table and then only I can run vertipaq_analyzer again

So summary is vertipaq_analyzer doesn't work if my vertipaqanalyzer_columns table is empty.

Image

m-kovalsky commented 1 week ago

This will be fixed in the same PR that fixes #266

m-kovalsky commented 1 week ago

Fixed in 0.8.5.