Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Mar 20, 2024
1 parent 59524b1 commit 02739c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.3.0 (2024-03-20)
--------------------------
Add AWS Glue as an Iceberg catalog (#55)
Bump common-streams to 0.5.0 (#56)
Fix crashing on invalid view name (#54)
Remove Snowflake as an Iceberg catalog (#53)
Fix and simplify BigLake as Iceberg catalog (#52)
Change default log level of Delta libraries (#50)
Adjust default spark memory configuration (#51)
Azure: authenticate with Event Hubs using OAuth2 (#49)

Version 0.2.0 (2024-01-29)
--------------------------
Fix regression: it is taking longer to commit a batch to the lake (#46)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This project contains applications required to load Snowplow data into Open Table Formats.

Lake Loader 0.2.0 supports [Delta](https://docs.delta.io/latest/index.html), [Iceberg](https://iceberg.apache.org/docs/latest/) and [Hudi](https://hudi.apache.org/docs/overview/) as output formats.
Lake Loader 0.3.0 supports [Delta](https://docs.delta.io/latest/index.html), [Iceberg](https://iceberg.apache.org/docs/latest/) and [Hudi](https://hudi.apache.org/docs/overview/) as output formats.

Check out [the example config files](./config) for how to configure your lake loader.

Expand All @@ -22,7 +22,7 @@ Basic usage:
docker run \
-v /path/to/config.hocon:/var/config.hocon \
-v /path/to/iglu.json:/var/iglu.json \
snowplow/lake-loader-azure:0.2.0 \
snowplow/lake-loader-azure:0.3.0 \
--config /var/config.hocon \
--iglu-config /var/iglu.json
```
Expand All @@ -35,7 +35,7 @@ The GCP lake loader reads the stream of enriched events from Pubsub and writes t
docker run \
-v /path/to/config.hocon:/var/config.hocon \
-v /path/to/iglu.json:/var/iglu.json \
snowplow/lake-loader-gcp:0.2.0 \
snowplow/lake-loader-gcp:0.3.0 \
--config /var/config.hocon \
--iglu-config /var/iglu.json
```
Expand All @@ -48,7 +48,7 @@ The AWS lake loader reads the stream of enriched events from Kinesis and writes
docker run \
-v /path/to/config.hocon:/var/config.hocon \
-v /path/to/iglu.json:/var/iglu.json \
snowplow/lake-loader-aws:0.2.0 \
snowplow/lake-loader-aws:0.3.0 \
--config /var/config.hocon \
--iglu-config /var/iglu.json
```
Expand Down Expand Up @@ -79,7 +79,7 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a
[build-image]: https://github.com/snowplow-incubator/snowplow-lake-loader/workflows/CI/badge.svg
[build]: https://github.com/snowplow-incubator/snowplow-lake-loader/actions/workflows/ci.yml

[release-image]: https://img.shields.io/badge/release-0.2.0-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.3.0-blue.svg?style=flat
[releases]: https://github.com/snowplow-incubator/snowplow-lake-loader/releases

[license]: https://docs.snowplow.io/limited-use-license-1.0
Expand Down

0 comments on commit 02739c6

Please sign in to comment.