From 820af4629ce42a2cdd5ac7ba2f8f195cdf123d0c Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Thu, 26 Aug 2021 01:42:12 +0530 Subject: [PATCH] RedshiftConfig Filter Modified --- ingestion/examples/workflows/redshift.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/examples/workflows/redshift.json b/ingestion/examples/workflows/redshift.json index ec1492219a6..8f4b60c9ef5 100644 --- a/ingestion/examples/workflows/redshift.json +++ b/ingestion/examples/workflows/redshift.json @@ -9,7 +9,7 @@ "service_name": "aws_redshift", "service_type": "Redshift", "filter_pattern": { - "excludes": ["information_schema.*"] + "excludes": ["information_schema.*","[\\w]*event_vw.*"] } } },