From d9bc23dc5cc5f53f78ac3effd6a402dfdb2dbf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:13:38 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1abe768..fd27e81 100644 --- a/README.md +++ b/README.md @@ -311,9 +311,10 @@ plugins: extractors: - name: tap-my-tap schema: - my_column: - type: integer - maximum: 1000 # This will be mapped to 'smallint' + some_stream: + my_column: + type: integer + maximum: 1000 # This will be mapped to 'smallint' ``` ## Content Encoding Support