-
I have delta table on GCS and tried reading it with Delta extension of DuckDB
Using python library, version 1.1.0:
```
with duckdb.connect() as con:
con.execute(
"""
CREATE…
junhl updated
2 weeks ago
-
[Using fsspec Filesystems](https://duckdb.org/docs/guides/python/filesystems) used to work for me when using `delta_scan`. Now it doesn't, and the reason appears to be the version upgrade.
This cod…
ozen updated
2 months ago
-
### Describe your feature request
ffbin updated
4 years ago
-
### What happened + What you expected to happen
im getting below error
```
GCS may have been killed. It's either GCS is terminated by `ray stop` or is killed unexpectedly. If it is killed unexpec…
-
I'm using GCS 5.28.1 and GGA 0.17.15. When I import a new character, the resource tracker goes bananas. The console also spams errors until I delete the actor.
![image](https://github.com/user-attach…
-
Is your feature request related to a problem? Please describe.
Currently a full GCS (Google Cloud Storage) bucket is required for Loki - however, in some situations a bucket may need to be shared w…
-
**Is your feature request related to a problem? Please describe.**
More often than not in organizations developers don't have access to download models directly from huggingface. It's ususally locate…
-
I'm trying to get signed urls for files in my bucket and it all works fine with the official library: https://cloud.google.com/storage/docs/samples/storage-generate-signed-url-v4#storage_generate_sign…
-
### What is the problem?
Upon a failed GCS client RPC, the client will [attempt to reconnect to the GCS server](https://github.com/ray-project/ray/blob/be62444bc5924c61d69bb6aec62f967e531e768c/src/…
-
### Issue Description
**Current State**
- Go packages of google does not provide interface.
**Why We Want to Change?**
- So, it is a bit hard to mock client to write isolated test codes
**Proposed C…