Skip to content

Commit

Permalink
feat: change plugin category
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 18, 2024
1 parent 0b5e678 commit 488c0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for using Fivetran.\n" +
"Fivetran is the automated data movement platform moving data out of, into and across your cloud data platforms.",
categories = PluginSubGroup.PluginCategory.MISC //FIXME TOOL
categories = PluginSubGroup.PluginCategory.INGESTION
)
package io.kestra.plugin.fivetran.connectors;

Expand Down

0 comments on commit 488c0a2

Please sign in to comment.