Access your Snowflake Iceberg tables on Google Cloud Storage using local compute.
UniverSQL enables efficient querying of Snowflake Iceberg tables stored in Google Cloud Storage (GCS) using your local compute resources, significantly reducing Snowflake warehouse compute costs.
# Login with your Google Cloud account
gcloud auth application-default login
By default, UniverSQL uses your default GCP account attached to gcloud
. You can specify a different project using the --gcp-project
option:
universql snowflake --account your_account --gcp-project custom_project