From d453a12cc1535df00d25028189d707f09b03f3db Mon Sep 17 00:00:00 2001 From: Ricardo Piccoli Date: Fri, 3 Sep 2021 16:30:22 +0100 Subject: [PATCH] skipHeader configuration missing on S3 source widget --- widgets/S3-batchsource.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/widgets/S3-batchsource.json b/widgets/S3-batchsource.json index adfda98..0b57c12 100644 --- a/widgets/S3-batchsource.json +++ b/widgets/S3-batchsource.json @@ -134,6 +134,22 @@ "widget-attributes": { "placeholder": "Delimiter if the format is 'delimited'" } + }, + { + "widget-type": "toggle", + "name": "skipHeader", + "label": "Skip Header", + "widget-attributes": { + "default": "false", + "on": { + "value": "true", + "label": "True" + }, + "off": { + "value": "false", + "label": "False" + } + } } ] },