antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 118 forks source link

Tad behind corporate proxy #210

Open linogaliana opened 1 year ago

linogaliana commented 1 year ago

Tad seems really great. I wanted to test it but end up with the following error:

image

I think this is because I operate behind a corporate proxy and tad (or duckdb) is unable, by default, to access internet. Is there some way to declare corporate proxy to be able to install the extension henceforth use TAD ?

jankaspar commented 1 year ago

Hi, I have hit this too, would it be possible to bundle the https extension with Tad install, or make it optional, please? It seems most of Tad does not require this extension.

As a quick fix, its possible to replace this line https://github.com/antonycourtney/tad/blob/master/packages/reltab-duckdb/src/reltab-duckdb.ts#L172 with empty select. All the parquet related functionality seems to work.

mrudangit commented 1 year ago

Yes facing similar issue for CSV file. TAD works fine on my home PC but not able to load CSV files at work. Where does it log errors etc.

derickson2402 commented 1 year ago

Same issue here, would love to see this added by default so we can use at work!!

jankaspar commented 1 year ago

Hi @antonycourtney, would it be possible to release new version with above quick fix, please? In addition, you also bumped duckdb version to 0.8 few months ago, I was hoping that might improve some parquet compatibility.

Thank you.

cherzog commented 1 year ago

Is it possible to download this file manually? What would be the target directory/filename?

antonycourtney commented 1 year ago

Thanks for the feedback and interest. Although most of the process is automated, there is a fair bit involved in creating a packaged Tad release. A new version of DuckDb (0.9) is scheduled to be released this week. I will do my best to ship an updated Tad with the new DuckDb and this bug fix once 0.9 comes out. Thanks for your patience!

antonycourtney commented 1 year ago

This should be resolved with Tad 0.13.0, released yesterday. Would be grateful if folks that reported this issue can try this release in their environment and let me know if it resolves the issue.

mrudangit commented 1 year ago

Works Like a Charm Thanks 

-Mrudang 

On Wednesday, October 18, 2023, 9:02 AM, Antony Courtney @.***> wrote:

This should be resolved with Tad 0.13.0, released yesterday. Would be grateful if folks that reported this issue can try this release in their environment and let me know if it resolves the issue.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

linogaliana commented 1 year ago

Worked great, thanks a lot !

yuuuxt commented 1 year ago

(Using 0.13.0) In company it can open a local file but is unexpected slow: opening a local-disk 4-row 42KB parquet file takes 1min. I guess it would some kind of network time-out, but I don't know how to check the logs.