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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Juca
Frequent Visitor

Teradata Timeout not working

As shown in the document, my query always aborts in 10 minutes, even when I use the command: "CommandTimeout" > 10min.

 

Exemple: 

= Teradata.Database("host",
[HierarchicalNavigation=true,
Query="
SELECT

databasename,

tablename 

from dbc.tables", 

CommandTimeout=#duration(0, 0, 35, 0)]
 
 
error: 
erro.PNG


I'm using Dataflow. Is there any other configuration that I should review?
Thanks in advanced!

1 ACCEPTED SOLUTION
Juca
Frequent Visitor

My workaround work. I informed an invalid date in RangeStart and RangeEnd. So, finally I can save the Dataflow and refresh all history based on parameters of incremental refresh.

View solution in original post

4 REPLIES 4
Juca
Frequent Visitor

I've found a article about Authoring Limits explains the timout in 10minuts, in my case happens in "query preview": 

"Authoring limits are the same across all products. During authoring, query evaluations return previews that may be subsets of the data. Data is not persisted.

Hourly Evaluation Count: 1000

Daily Evaluation Time: Currently unrestricted 

Per Query Timeout: 10 minutes".

Juca
Frequent Visitor

My workaround work. I informed an invalid date in RangeStart and RangeEnd. So, finally I can save the Dataflow and refresh all history based on parameters of incremental refresh.

Juca
Frequent Visitor

Hi @Yingjie, I've tested on Power bi Desktop and 'timeout' only worked for less than 10min, times greater than 10min don't work either.

v-yingjl
Community Support
Community Support

Hi @Juca ,

Seems that could not reproduce it in my envrionment. Have you tried the same query in power bi desktop and has it had the same issue?

 

Best Regards,
Community Support Team _ Yingjie Li

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors