Skip to content

Commit 3861b07

Browse files
committed
chore: update plugin categories
1 parent 87d1887 commit 3861b07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/io/kestra/plugin/couchbase/package-info.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
@PluginSubGroup(
22
description = "This sub-group of plugins contains tasks for using Couchbase.\n" +
33
"Couchbase is an award-winning distributed NoSQL cloud database that delivers unmatched versatility, performance, scalability, and financial value for all of your cloud, mobile, on-premises, hybrid, distributed cloud, and edge computing applications.",
4-
categories = PluginSubGroup.PluginCategory.DATABASE
4+
categories = PluginSubGroup.PluginCategory.DATABASE,
5+
categories = {
6+
PluginSubGroup.PluginCategory.DATA
7+
}
58
)
69
package io.kestra.plugin.couchbase;
710

0 commit comments

Comments
 (0)