From 50e6cb440e1bb6067313dfdfbd0ba3a37c169769 Mon Sep 17 00:00:00 2001 From: Jeff Klukas Date: Mon, 24 May 2021 13:10:32 -0400 Subject: [PATCH] Add GRAVEYARD entry for Redis deduplication Fixes https://github.com/mozilla/gcp-ingestion/issues/1578 See https://github.com/mozilla/gcp-ingestion/pull/1583 --- GRAVEYARD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GRAVEYARD.md b/GRAVEYARD.md index 9834aad94..24f151e2a 100644 --- a/GRAVEYARD.md +++ b/GRAVEYARD.md @@ -6,6 +6,8 @@ - Also removes `ParseLogEntry` which transforms a Google Cloud Logging (`Stackdriver`) `LogEntry` message into one compatible with structured ingestion, which could be relevant for future use cases. +- 2021-03-11 (removed in [#1583](https://github.com/mozilla/gcp-ingestion/pull/1583)) + - Remove support for Redis deduplication - 2020-06-01 (available until [commit `f1d6464`](https://github.com/mozilla/gcp-ingestion/commit/f1d646442b8c1fcd63202ebca91363979b5b2ae2)) - Remove `DeduplicateByDocumentId` transform, which was intended for use with the backfill from `heka` data, but did not perform well and was never used