Access your Snowflake Iceberg tables on AWS S3 using local compute.
UniverSQL allows you to efficiently query Snowflake Iceberg tables stored in AWS S3 using your local compute resources, resulting in significant cost savings on Snowflake warehouse compute.
# If using AWS client ID/secret
aws configure
# If using AWS SSO
aws configure sso
By default, UniverSQL uses your default AWS profile. You can specify a different profile using the --aws-profile
option:
universql snowflake --account your_account --aws-profile custom_profile
When querying Iceberg tables through UniverSQL: