You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Explorer: Preserve non-file URIs when creating DuckDB clients.
Previously we encoded only the original path in the data explorer,
losing the scheme (and other URI attributes) and fundamentally assuming
that we could only open local files.
This commit instead encodes the original URI in its entirety and adds a
helper to retrieve it, which makes it possible to use the `Open as Plain
Text` button even with files backed by a virtual filesystem provider.
Double-encoding the URI here is pretty gross, of course, but it's
consistent with what we were already doing.
This is the last piece of #7351.
Signed-off-by: Aaron Jacobs <[email protected]>
0 commit comments