duckdb / duckdb/unity_catalog

GCS support?

Open
#9 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.