Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Since the May release, any native query using a Snowflake Connector v2.0 connection experiences boolean type conversion errors on refresh.
let Source = Snowflake.Databases("<snowflake account url>","<warehouse name>",[Implementation="2.0"]), data = Value.NativeQuery( Source{[Name = "<database name>",Kind="Database"]}[Data], "select false as v union all select true as v" , null , [EnableFolding = true] ) in data
The preview in Power Query is fine, but the error is presented when dataset is refreshed.
Additionally, converting the datatype in power query doesn't work.
I suspect a workaround will be to convert the data to 1,0 values either in the snowflake query or via a text step in powerquery
This seems to be, though, to be an unintended and relatively serious breaking change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.