Don't include columns in query JSON, refs #2136

This commit is contained in:
Simon Willison 2023-08-09 12:01:59 -07:00
commit e34d09c6ec
4 changed files with 14 additions and 8 deletions

View file

@ -649,7 +649,6 @@ async def test_custom_sql(ds_client):
{"content": "RENDER_CELL_DEMO"},
{"content": "RENDER_CELL_ASYNC"},
],
"columns": ["content"],
"ok": True,
"truncated": False,
}