Forum Discussion

jajohnson's avatar
jajohnson
Frequent Visitor
4 years ago

Setting Timeout Settings for Dremio Connector

Good day.

Is there a way to set the qeury timeout settings for Dremio Connector. I am seeing different posts online with regards to using CommandTimeout and Timeout options but this does not seem to work for Dremio Connector. 

 

What would I need to modify in the connection string below:-

 

= Dremio.Databases("server name", null, null, null)

 

I tried the following power query settings but this does not work. It instead throws me some errors indicating Expression.Error: We cannot convert a value of type Record to type Text

 = Dremio.Databases("server name", null, null, [CommandTimeout=#duration(0,0,30,0)]) 

2 Replies