Skip to content

Commit

Permalink
fix: remove unnecessary validation for field operationType (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle authored Jan 10, 2025
1 parent 3ccbd12 commit 579b2fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/kestra/plugin/gcp/bigquery/Copy.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public class Copy extends AbstractJob implements RunnableTask<Copy.Output> {
"* `RESTORE`: The source table type is SNAPSHOT and the destination table type is TABLE.\n" +
"* `CLONE`: The source and destination table have the same table type, but only bill for unique data."
)
@NotNull
private Property<OperationType> operationType;

@Override
Expand Down

0 comments on commit 579b2fd

Please sign in to comment.