We have released version 1.2.0 of Snowplow BigQuery Loader, our family of apps that load Snowplow data into BigQuery.
The main features of this release are:
-
streamloader
will now wait some time (1 min by default) before exiting after receivingSIGINT
, to allow any in-flight events to be processed and acknowledged. - the BigQuery client in
streamloader
will now retryBigQueryException
errors, in line with GCP SLAs.
For the full list of changes and jar
files, see the release notes:
Upgrading to 1.2.0
If you are already running version 1.1.0
then you can switch to the 1.2.0
docker images without any changes to your configuration.
docker pull snowplow/snowplow-bigquery-streamloader:1.2.0
docker pull snowplow/snowplow-bigquery-loader:1.2.0
docker pull snowplow/snowplow-bigquery-mutator:1.2.0
docker pull snowplow/snowplow-bigquery-repeater:1.2.0
If you want to set custom values for retrySettings
and terminationTimeout
, consult the configuration reference.
To upgrade from previous versions, check out our documentation and upgrade guide.