RPizon opened a new issue, #3395:
URL: https://github.com/apache/arrow-adbc/issues/3395

   ### What would you like help with?
   
   How to setup the query timeout value in Power BI when using ADBC so for this 
kind of configuration: 
   https://docs.databricks.com/gcp/en/partners/bi/power-bi-adbc
   ```
   let
       Source = 
DatabricksMultiCloud.Catalogs("<instance-name>.gcp.databricks.net", 
"/sql/1.0/warehouses/<sql-warehouse-id>",
        [Catalog=null, Database=null, EnableAutomaticProxyDiscovery=null, 
Implementation="2.0"]),
       powerbi_Database = Source{[Name="powerbi",Kind="Database"]}[Data],
       default_Schema = powerbi_Database{[Name="default",Kind="Schema"]}[Data],
       dashboard_data_Table = 
default_Schema{[Name="dashboard_data",Kind="Table"]}[Data]
   in
       dashboard_data_Table
   ```
   I'm facing the following message when trying to load data:
   
   OLE DB or ODBC error: [DataSource.Error] ADBC: The query execution timed 
out. Consider increasing the query timeout value.. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to