You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add extension for Google Cloud Storage.
Similarly to s3:// it should support gs://<bucket>/<blob> syntax as well as Google native solution for authentication, i.e. recognize User Credentials or Google Application Credentials account keys.
Example usage:
LOAD FROM 'gs://kuzu-test/follows.parquet'
RETURN *;
The text was updated successfully, but these errors were encountered:
Thank you for suggesting Google Cloud Storage (GCS) support! This is a particularly useful feature for users working with GCP infrastructure. We will prioritize this feature in the upcoming release.
Hi @pcejrowski
I'm Ardan, co-founder of Kuzu. Would you be up for a quick call to discuss your use case? I'm trying to prioritize our roadmap and understanding how you'll use Kuzu will be a good input for how quickly we work on the feature. You can reach out to me at ardan@kuzudb.com.
API
Python
Description
Add extension for Google Cloud Storage.
Similarly to
s3://
it should supportgs://<bucket>/<blob>
syntax as well as Google native solution for authentication, i.e. recognize User Credentials or Google Application Credentials account keys.Example usage:
The text was updated successfully, but these errors were encountered: