Sam Kleinman
Sam Kleinman
Want to run some things through CI. We sholdn't merge this as it'll require some changes to cloud (granting access to the appropriate nodes,) passing new arguments to the service,...
massive WIP; want to see if we can get something that resembles pushdown sorts into data sources that can sort on their own, without rearchitecting datafusion. if this works, relevant...
This is an experiment/curiosity. I don't think we should should neccessarily merge it as is. Questions that remain: - should we mirror the `kdl_match()` and `kdl_select()` functions, or is `jq`...
Closes: #2182 The `justfile` already has support. I'd definitely like someone with a bit more rust toolchain familiarty to gut check my assumption that this will _just work_ on such...
Support for [Excel tables](https://support.microsoft.com/en-us/office/overview-of-excel-tables-7ab0bb7d-3a9e-4b56-a3c9-6c94334e492c) ? I think more and more data are stored in this structure, and they have many advantages over ranges (being relatively close to a database table,...
Presently, when attempting to connect to `glaredb` over the postgres protocol with the psycopg2 python module, unless `connection.autocommit = True`, psycopg2 will attempt to wrap all cursor operations in a...
In reading through the agent code, it's not particularly straight forward (unless you read the comments) which locks you need to be holding to call a specific function. There are...
Closes #2949 @talagluck can you write the tests for this (e.g. need a worksheet with a table and corresponding tests.)