diff --git a/plugin-jdbc/src/main/java/io/kestra/plugin/jdbc/AbstractJdbcQuery.java b/plugin-jdbc/src/main/java/io/kestra/plugin/jdbc/AbstractJdbcQuery.java index 43403670..72e00ef2 100644 --- a/plugin-jdbc/src/main/java/io/kestra/plugin/jdbc/AbstractJdbcQuery.java +++ b/plugin-jdbc/src/main/java/io/kestra/plugin/jdbc/AbstractJdbcQuery.java @@ -212,7 +212,7 @@ public static class Output implements io.kestra.core.models.tasks.Output { private final URI uri; @Schema( - title = "The number of rows to be fetched.", + title = "The number of fetched rows.", description = "Only populated if `store` or `fetch` parameter is set to true." ) private final Long size;