Read and Write Iceberg Tables in Snowflake via REST

Tutorial··2 min 16 sec

Apache Iceberg tables reached through Snowflake can be exposed as ordinary REST endpoints, with reads and writes both supported and no code involved. A short demo for data teams adopting Iceberg who still need application-friendly access.

What you’ll learn

  • Connecting to Iceberg tables through Snowflake
  • Reading from and writing to Iceberg via REST endpoints
  • Avoiding custom integration code for Iceberg access