briefercloud / briefercloud/briefer

Briefer fails to run queries that have no return.

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
4.3k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

### Steps to reproduce:

1. Create a SQL block
2. Choose `DuckDB` as the datasource
3. Run this query `CREATE TABLE test AS SELECT 1;`

![image](https://github.com/user-attachments/assets/0ee912e6-9920-4621-8170-9d1115e70f66)

This probably happens for all the datasources, DuckDB is just the easier one to use to reproduce it.

First reported at #78

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the SQL block execution path for DuckDB and review the related report in issue #78. Reproduce `CREATE TABLE test AS SELECT 1;` and compare it with a query that returns rows; done means the no-return query executes successfully without the Briefer run failing.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql, typescript
Domain
backend, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.