From 8b91e5924bd1d0f141468b520065b6e643735b66 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 29 Jan 2024 23:51:49 +0100 Subject: [PATCH] chore: rename input id to input name close kestra-io/kestra#2861 --- src/main/java/io/kestra/plugin/azure/eventhubs/Produce.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/kestra/plugin/azure/eventhubs/Produce.java b/src/main/java/io/kestra/plugin/azure/eventhubs/Produce.java index 9ef935b..76f90a3 100644 --- a/src/main/java/io/kestra/plugin/azure/eventhubs/Produce.java +++ b/src/main/java/io/kestra/plugin/azure/eventhubs/Produce.java @@ -47,7 +47,7 @@ namespace: company.team inputs: - type: FILE - name: file + id: file description: a CSV file with columns id, username, tweet, and timestamp tasks: - id: readCsvFile @@ -252,4 +252,4 @@ public static final class Output implements io.kestra.core.models.tasks.Output { ) private final Integer sendBatchesCount; } -} \ No newline at end of file +}