@@ -19,7 +19,7 @@ Basic usage:
1919``` bash
2020docker run \
2121 -v /path/to/config.hocon:/var/config.hocon \
22- snowplow/snowflake-loader-kafka:0.4.1 \
22+ snowplow/snowflake-loader-kafka:0.5.0 \
2323 --config /var/config.hocon
2424```
2525
@@ -30,7 +30,7 @@ The GCP snowflake loader reads the stream of enriched events from Pubsub.
3030``` bash
3131docker run \
3232 -v /path/to/config.hocon:/var/config.hocon \
33- snowplow/snowflake-loader-pubsub:0.4.1 \
33+ snowplow/snowflake-loader-pubsub:0.5.0 \
3434 --config /var/config.hocon
3535```
3636
@@ -41,7 +41,7 @@ The AWS snowflake loader reads the stream of enriched events from Kinesis.
4141``` bash
4242docker run \
4343 -v /path/to/config.hocon:/var/config.hocon \
44- snowplow/snowflake-loader-kinesis:0.4.1 \
44+ snowplow/snowflake-loader-kinesis:0.5.0 \
4545 --config /var/config.hocon
4646```
4747
@@ -71,7 +71,7 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a
7171[ build-image ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/workflows/CI/badge.svg
7272[ build ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/actions/workflows/ci.yml
7373
74- [ release-image ] : https://img.shields.io/badge/release-0.4.1 -blue.svg?style=flat
74+ [ release-image ] : https://img.shields.io/badge/release-0.5.0 -blue.svg?style=flat
7575[ releases ] : https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases
7676
7777[ license ] : https://docs.snowplow.io/limited-use-license-1.1
0 commit comments