Skip to content

Commit

Permalink
Added BQ Execute Retry
Browse files Browse the repository at this point in the history
Added BQ Retry
  • Loading branch information
psainics authored and vikasrathee-cs committed Dec 21, 2023
1 parent 387bb1c commit a5e3e7b
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 a5e3e7b

Please sign in to comment.