Ask HN: How to Create Snowflake Iceberg Tables on Cloudflare R2

1 points by pbd 12 days ago

Snowflake supports S3 compatible storage in the external table setup. So there are well documented approaches to ingest data from Cloudflare R2 in snowflake. Snowflake now has external volume setup to create Iceberg tables. However, they have shrunk the storage API significantly here. I wonder why not reuse the external table/storage integration setup.

Is there any way of creating Snowflake Iceberg tables in Cloudflare R2?