Jonas Haag

Results 800 comments of Jonas Haag

Seems like a mistake on that page. Care to open a bug report there?

Thanks for the report. Can you try to contribute a fix?

@donghwicha Please think about how you communicate online. This is a free program; you are not paying any money, nobody owes you anything. Maybe you can try to implement it...

Will the fix be backported to 1.3? We can’t update because of https://github.com/snowflakedb/snowflake-sqlalchemy/issues/327

@wolfv works now. We still get a 403 instead of a 404 but I guess that's difficult to solve without adding a file-exists check before the redirect (which would be...

Thanks! > cache them on the server. server = pkgstore? What do you think about an additional layer of caching/storage for remote pkgstores like S3? > This is where the...

> Do you think for very small files that the redirect is the bottleneck? Yes. Will do some benchmarking on this.

Here are a bunch of timings with GCS pkgstore and from a WiFi home internet connection (each fastest of ~10 tries): 1. Generate pre-signed URL in Quetz (1 HTTP request):...

> It doesn't seem to be used for `repodata.json` though. Never mind, it's with `add_temp_static_file`. Looks we aren't running the task correctly.