Skip to content

Commit

Permalink
Merge pull request data-integrations#1334 from cloudsufi/patch-retry-…
Browse files Browse the repository at this point in the history
…bigQuery-execute

[PLUGIN-1715] Implement retry feature for BigQuery Execute Plugin
  • Loading branch information
vikasrathee-cs authored Dec 21, 2023
2 parents 387bb1c + a5e3e7b commit 6ab069c
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 15 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<slf4j.version>1.7.5</slf4j.version>
<spark3.version>3.3.2</spark3.version>
<spark-bq-connector.version>0.23.1</spark-bq-connector.version>
<failsafe.version>3.3.2</failsafe.version>
<testSourceLocation>${project.basedir}/src/test/java/</testSourceLocation>
</properties>

Expand Down Expand Up @@ -840,6 +841,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
<version>${failsafe.version}</version>
</dependency>
<!-- End: dependencies used by the Spark-BigQuery connector -->
<!-- Start: dependency used by the Dataplex connector -->
<dependency>
Expand Down
Loading

0 comments on commit 6ab069c

Please sign in to comment.