Skip to content

v0.2.0

Choose a tag to compare

@rampage644 rampage644 released this 05 Dec 23:09
· 46 commits to main since this release
f52f4be

Write support

This release adds minimal yet helpful write support. WIth s3 table bucket integration configured following SQL statements are now supported:

  • CREATE SCHEMA and DROP SCHEMA
  • CREATE TABLE, TRUNCATE TABLE and DROP TABLE
  • INSERT INTO, COPY INTO and MERGE INTO

Current limitations are:

  • For inserts only append operation is supported
  • For merge into only copy-on-write semantics is supported
  • Copy statements accept file with object store location (no stage support).

Added an option to configure S3 table volume from environment in addition to file configuration.