The main version of spark-snowflake
works with Spark 2.1. For use with Spark 2.0, please use branch previous-spark-version
.
To use it, provide the dependency for Spark in the form of net.snowflake:spark-snowflake_$SCALA_VERSION:$RELEASE
, e.g. net.snowflake:spark-snowflake_2.11:2.2.2
. See Spark Packages and Maven Central for more info.
For a version working with Spark 1.5 and 1.6, please use branch-1.x
. Artifacts of that version are also available in the Snowflake UI.
For a user manual and more information, see the official documentation.
For developer notes, see README-DEV
This project was originally forked from the spark-redshift project. We also occasionally port relevant patches from it. We would like to acknowledge and thank the developers of that project, in particular Josh Rosen.