From 17661758f23e1455a17a156d9bc51d932dcf61e8 Mon Sep 17 00:00:00 2001 From: Rohit kumar Date: Thu, 18 Jul 2024 13:56:52 +0530 Subject: [PATCH] Releasing exclude_columns support in mysql --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 3c5cf3d..848b0a9 100644 --- a/readme.md +++ b/readme.md @@ -294,6 +294,9 @@ sources: tables: - table1 - table2 + exclude_columns: + - column1 + - column2 postgresql: postgresql_example: host: YOUR_POSTGRESQL_HOST