Query Timeout
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### 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(".gcp.databricks.net", "/sql/1.0/warehouses/",
[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..
Contributor guide
Assessment
This issue has not been assessed yet.