Skip to content

Commit

Permalink
fix: BigQuery Copy task didn't need store fetch valdation
Browse files Browse the repository at this point in the history
As it didn't have the fecth* property!
  • Loading branch information
loicmathieu committed Aug 29, 2024
1 parent 9d347ef commit 80e7fcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/kestra/plugin/gcp/bigquery/Copy.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
@Schema(
title = "Copy a BigQuery table or partition to other one."
)
@StoreFetchValidation
@StoreFetchDestinationValidation
public class Copy extends AbstractJob implements RunnableTask<Copy.Output> {
@Schema(
title = "The source tables.",
Expand Down

0 comments on commit 80e7fcd

Please sign in to comment.