Skip to content
Snippets Groups Projects
Commit 8c674527 authored by Ryan Senior's avatar Ryan Senior
Browse files

Add query cancellation support to dataset queries [ci drivers]

This commit adds query cancelling to the generic sql driver, Druid and
Presto. It cancels the future the query is running in which will
interrupt the query and allow any query cancellation logic to run. If
the database doesn't support query cancellation, or the necessary
information (i.e. query id) isn't available, the code will behave as
it did before.
parent bc867a5d
Branches
Tags
No related merge requests found
Showing
with 453 additions and 206 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment