Skip to content

Releases: Scout24/pyspark-core-utils

v1.3.0

06 Jan 12:01
Compare
Choose a tag to compare

Update

  • Spark to 3.3.0
  • Delta to 2.2.0

update dependencies

07 Dec 13:22
Compare
Choose a tag to compare
v1.1.1

update dependencies

update to Spark3

07 Dec 13:15
Compare
Choose a tag to compare
v1.1.0

TEDO-1157 upgrade to Spark3

Deliver transitive dependencies

07 Sep 08:47
Compare
Choose a tag to compare

When installing the library, python will install also the pyspark-core-utils dependencies.

v1.0.1: Merge pull request #1 from christiandietze/main

05 May 11:07
8ecdb31
Compare
Choose a tag to compare

v1.0

01 Apr 10:38
Compare
Choose a tag to compare

First release of PySpark Core Utils library

Features:

  • PySpark session config built from provided configuration
  • Configuration is loaded by configurations file and command line
  • Supports multi environment
  • Provides a Logging solution the app
  • Provides multi steps for organising your steps (init, run, cleanup)