Skip to content

Releases: Embucket/embucket

v0.2.2

Choose a tag to compare

@rampage644 rampage644 released this 09 Apr 21:59
42b0152

Docker

docker pull embucket/embucket:0.2.2
docker pull embucket/embucket:latest

v0.2.1

Choose a tag to compare

@rampage644 rampage644 released this 08 Dec 22:05
910b65c
  • Fix reading Iceberg table with missing schema in the manifest
  • Fix reading parquet files with UPPERCASE column names

v0.2.0

Choose a tag to compare

@rampage644 rampage644 released this 05 Dec 23:09
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.

v0.1.1

Choose a tag to compare

@rampage644 rampage644 released this 26 Nov 23:42
fe9e43f

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

Choose a tag to compare

@rampage644 rampage644 released this 11 Nov 00:26
0c82fe1
Make clippy and fmt happy (#2)

* Make clippy and fmt happy

* Add pre-commit conf

* Add cache for clippy job