Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCS support? #9

Open
yohei1126 opened this issue Sep 6, 2024 · 1 comment
Open

GCS support? #9

yohei1126 opened this issue Sep 6, 2024 · 1 comment

Comments

@yohei1126
Copy link

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'
);
@yohei1126
Copy link
Author

Now the credential vending API is in public preview on Databricks GCP
https://docs.gcp.databricks.com/en/data-governance/unity-catalog/access-open-api.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant