Skip to content

Commit

Permalink
fix: incorrect validation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 30, 2024
1 parent 6c05a39 commit a81295c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/io/kestra/plugin/dbt/cli/AbstractDbt.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public abstract class AbstractDbt extends Task implements RunnableTask<ScriptOut
)
@PluginProperty
@NotNull
@NotEmpty
protected RunnerType runner = RunnerType.PROCESS;

@Schema(
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/io/kestra/plugin/dbt/cli/Setup.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public class Setup extends AbstractExecScript implements RunnableTask<ScriptOutp
)
@PluginProperty(dynamic = true)
@NotNull
@NotEmpty
Object profiles;

@Builder.Default
Expand Down Expand Up @@ -143,7 +142,6 @@ public class Setup extends AbstractExecScript implements RunnableTask<ScriptOutp
)
@PluginProperty
@NotNull
@NotEmpty
protected RunnerType runner = RunnerType.PROCESS;

@Schema(
Expand Down

0 comments on commit a81295c

Please sign in to comment.