You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
This project contains applications required to load Snowplow data into Open Table Formats.
10
10
11
-
Lake Loader 0.4.1 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.
11
+
Lake Loader 0.5.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.
12
12
13
13
Check out [the example config files](./config) for how to configure your lake loader.
14
14
@@ -22,7 +22,7 @@ Basic usage:
22
22
docker run \
23
23
-v /path/to/config.hocon:/var/config.hocon \
24
24
-v /path/to/iglu.json:/var/iglu.json \
25
-
snowplow/lake-loader-azure:0.4.1 \
25
+
snowplow/lake-loader-azure:0.5.0 \
26
26
--config /var/config.hocon \
27
27
--iglu-config /var/iglu.json
28
28
```
@@ -35,7 +35,7 @@ The GCP lake loader reads the stream of enriched events from Pubsub and writes t
35
35
docker run \
36
36
-v /path/to/config.hocon:/var/config.hocon \
37
37
-v /path/to/iglu.json:/var/iglu.json \
38
-
snowplow/lake-loader-gcp:0.4.1 \
38
+
snowplow/lake-loader-gcp:0.5.0 \
39
39
--config /var/config.hocon \
40
40
--iglu-config /var/iglu.json
41
41
```
@@ -48,7 +48,7 @@ The AWS lake loader reads the stream of enriched events from Kinesis and writes
48
48
docker run \
49
49
-v /path/to/config.hocon:/var/config.hocon \
50
50
-v /path/to/iglu.json:/var/iglu.json \
51
-
snowplow/lake-loader-aws:0.4.1 \
51
+
snowplow/lake-loader-aws:0.5.0 \
52
52
--config /var/config.hocon \
53
53
--iglu-config /var/iglu.json
54
54
```
@@ -79,7 +79,7 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a
0 commit comments