Forum Discussion
Anonymous
7 years agoNot applicable
Dataflow Timeout
Hi all, Anyone know a way to stop the dataflow timing out. Datasource is on-prem SQL database, using a native query. Result set is in the millions Thanks Mike
- 7 years ago
Hi Mike,
Please send to our support email the screenshot with the failure you got, so we can investigate further.
Thanks,
Galia
truthisavirus
3 years agoNew Member
The default timeout on the SQL Connector is 10 minutes but there is a parameter in the connector's config where you can specify a longer duration. Here's an example setting the timeout on the command to 30 minutes:
Sql.Database("server", "database", [CommandTimeout = #duration(0, 0, 30, 0)])