duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
788 stars 70 forks source link

query cancellation attempt #383

Closed hrl20 closed 2 months ago

hrl20 commented 2 months ago

Implement query cancellation for DuckDB/MotherDuck using conn.interrupt() https://github.com/duckdb/duckdb/pull/7895

jwills commented 2 months ago

The failing tests are the flaky attach test-- I'm writing a PR to make it non-flaky