@@ -19,7 +19,7 @@ Basic usage:
19
19
``` bash
20
20
docker run \
21
21
-v /path/to/config.hocon:/var/config.hocon \
22
- snowplow/snowflake-loader-kafka:0.1 .0 \
22
+ snowplow/snowflake-loader-kafka:0.2 .0 \
23
23
--config /var/config.hocon
24
24
```
25
25
@@ -30,7 +30,7 @@ The GCP snowflake loader reads the stream of enriched events from Pubsub.
30
30
``` bash
31
31
docker run \
32
32
-v /path/to/config.hocon:/var/config.hocon \
33
- snowplow/snowflake-loader-pubsub:0.1 .0 \
33
+ snowplow/snowflake-loader-pubsub:0.2 .0 \
34
34
--config /var/config.hocon
35
35
```
36
36
@@ -41,7 +41,7 @@ The AWS snowflake loader reads the stream of enriched events from Kinesis.
41
41
``` bash
42
42
docker run \
43
43
-v /path/to/config.hocon:/var/config.hocon \
44
- snowplow/snowflake-loader-kinesis:0.1 .0 \
44
+ snowplow/snowflake-loader-kinesis:0.2 .0 \
45
45
--config /var/config.hocon
46
46
```
47
47
@@ -71,7 +71,7 @@ Licensed under the [Snowplow Community License](https://docs.snowplow.io/communi
71
71
[ build-image ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/workflows/CI/badge.svg
72
72
[ build ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/actions/workflows/ci.yml
73
73
74
- [ release-image ] : https://img.shields.io/badge/release-0.1 .0-blue.svg?style=flat
74
+ [ release-image ] : https://img.shields.io/badge/release-0.2 .0-blue.svg?style=flat
75
75
[ releases ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases
76
76
77
77
[ license ] : https://docs.snowplow.io/docs/contributing/community-license-faq/
0 commit comments