Skip to content

Commit

Permalink
Add Spark-snowflake connector as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sali-a committed Apr 25, 2024
1 parent 043586d commit 4f5a703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ThisBuild / libraryDependencies ++= Seq(
// Spark
"org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion.value,
"org.apache.spark" %% "spark-sql" % sparkVersion.value,
"org.apache.spark" %% "spark-core" % sparkVersion.value
"org.apache.spark" %% "spark-core" % sparkVersion.value,
"net.snowflake" %% "spark-snowflake" % f"2.15.0-spark_3.4"
)

// Tests configuration
Expand Down

0 comments on commit 4f5a703

Please sign in to comment.