DPSparkJobTask

etlflow.task.DPSparkJobTask
case class DPSparkJobTask(name: String, args: List[String], mainClass: String, libs: List[String], conf: Map[String, String], cluster: String, project: String, region: String) extends EtlTask[DPJob, Job]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EtlTask[DPJob, Job]
trait ApplicationLogger
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getTaskProperties: Map[String, String]

Attributes

Definition Classes
EtlTask

Inherited methods

final def execute: RIO[R & Audit, OP]

Attributes

Inherited from:
EtlTask
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
ApplicationLogger
val taskType: String

Attributes

Inherited from:
EtlTask
protected val zioSlf4jLogger: ULayer[Unit]

Attributes

Inherited from:
ApplicationLogger