Open linogaliana opened 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.
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.
Same issue here, would love to see this added by default so we can use at work!!
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.
Is it possible to download this file manually? What would be the target directory/filename?
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!
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.
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: @.***>
Worked great, thanks a lot !
(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.
Tad
seems really great. I wanted to test it but end up with the following error: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 ?