Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
norfecaz
Regular Visitor

Big Query view loading forever

Hi Friends!

I have the following issue and I would appreciate any help.
While connecting to the view from BigQuery, it is taking forever to load, eventually ending with an error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (115) Operation timeout. ExecuteRetriable.
I can add connection timeout parameter, but it still takes forever to load. In BQ it runs fast, although it queries 50GB and has 34667 rows.
Funny thing is - before it worked with no problem and it suddenly changed.
Did anyone have similar problems and solved it?



1 ACCEPTED SOLUTION
V-pazhen-msft
Community Support
Community Support

@norfecaz 

You can set the timeout in the query:

  • Add timeout parameter to Query argument within M Code / Advanced Editor
  • [Query="SELECT ...", CommandTimeout =#duration(0,1,0,0)]

 

Please refer to the post: ODBC & OLE DB Timeout Errors 

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
V-pazhen-msft
Community Support
Community Support

@norfecaz 

You can set the timeout in the query:

  • Add timeout parameter to Query argument within M Code / Advanced Editor
  • [Query="SELECT ...", CommandTimeout =#duration(0,1,0,0)]

 

Please refer to the post: ODBC & OLE DB Timeout Errors 

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors