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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Dataflow Query Execution API - Increase or make configurable the timeout

When using the Dataflow Query Execution REST API

Query Execution - Execute Query - REST API (Dataflow) | Microsoft Learn
queries are terminated after ~90 seconds.

 

This fixed timeout significantly limits real‑world usage. Only very small or simplified queries can be executed, while more complex or parameterized queries (although valid and supported in normal Dataflow refreshes) are cancelled.

This limitation makes it difficult to:

  • Build generic or reusable Dataflow solutions
  • Execute dynamic or complex queries via automation
  • Use the API consistently compared to pipelines

Suggested improvements:

  • Increase the default timeout
  • Make the timeout configurable

 

Many users aim to build generic, reusable, and automated Dataflow solutions in Fabric.
The current timeout makes this difficult and forces unnecessary workarounds, such as:

  • Over‑splitting queries
  • Avoiding the API altogether
  • Falling back to less flexible execution methods

Improving this would unlock significantly more value from the Dataflow Query Execution API.

Status: New
Comments
SimonHommel
Regular Visitor
Oh yes, we need this