Skip to content

Releases: Embucket/embucket

v0.2.1

08 Dec 22:05
910b65c

Choose a tag to compare

  • Fix reading Iceberg table with missing schema in the manifest
  • Fix reading parquet files with UPPERCASE column names

v0.2.0

05 Dec 23:09
f52f4be

Choose a tag to compare

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.

v0.1.1

26 Nov 23:42
fe9e43f

Choose a tag to compare

Embucket initial release

  • Read only mode - supports only SELECT queries
  • Exclusive AWS S3 tables integration as external catalog
  • AWS Lambda deployment option

v0.1.0

11 Nov 00:26
0c82fe1

Choose a tag to compare

Make clippy and fmt happy (#2)

* Make clippy and fmt happy

* Add pre-commit conf

* Add cache for clippy job