GCS support?
Open
- Dominant language
- C++
- Stars
- 110
- Forks
- 44
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
uc_api.cpp only has AWS s3 specific implementation only.
https://github.com/duckdb/uc_catalog/blob/main/src/uc_api.cpp#L122
Any plan to support Unity Catalog with GCS bucket?
https://duckdb.org/docs/guides/network_cloud_storage/gcs_import.html
```
CREATE SECRET (
TYPE GCS,
KEY_ID 'AKIAIOSFODNN7EXAMPLE',
SECRET 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'
);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.