Wes McKinney
Wes McKinney
It would be straightforward to add a `column_schema.label` field in the backend protocol, if we can agree on how to display this in the front end?
I'm going to take a crack at this, will post PR for discussion
Take a look at the video in #9179, feedback welcome! With these changes, the label is shown if present, otherwise the type, and I added a tooltip that shows type...
The PR merged shows the column labels in tooltips which is helpful. If we want to have them visible at a glance, then we'll have to do some more design...
A few weeks ago I was able to set up duckdb-wasm and load it within Zed in https://github.com/posit-dev/positron/tree/feature/zed-duckdb I'll use that as the starting point for implementing the data viewer...
I expect that it can get done a lot sooner, e.g. in time for public beta. Let's try and if I run into dragons while working on it, we can...
I removed the Connections pane integration tasks from this Epic. I plan to look at those soon, but I think this epic can be closed now since the essential functionality...
I tried building this branch and testing it out but couldn't get it working, maybe something wrong with my environment (macOS)
I was thinking I would tackle this roughly at the same time as Polars, but I think it's lower priority in general
There might be a data-dependent bug -- if you can post a minimal reproduction of a dataset that won't sort or at least post the log from the Console /...