Spark
Spark step module
koheesio.spark.SparkStep #
Base class for a Spark step
Extends the Step class with SparkSession support. The following: - Spark steps are expected to return a Spark DataFrame as output. - spark property is available to access the active SparkSession instance.
koheesio.spark.current_timestamp_utc #
current_timestamp_utc(spark: SparkSession) -> Column