Console

etlflow.audit.Console$
object Console extends Audit

Attributes

Graph
Supertypes
trait Audit
class Object
trait Matchable
class Any
Self type
Console.type

Members list

Concise view

Value members

Concrete methods

override def getJobRuns(query: String): UIO[Iterable[JobRun]]

Attributes

Definition Classes
override def getTaskRuns(query: String): UIO[Iterable[TaskRun]]

Attributes

Definition Classes
override def logJobEnd(jobName: String, props: Map[String, String], error: Option[Throwable]): UIO[Unit]

Attributes

Definition Classes
override def logJobStart(jobName: String, props: Map[String, String]): UIO[Unit]

Attributes

Definition Classes
override def logTaskEnd(taskRunId: String, taskName: String, props: Map[String, String], taskType: String, error: Option[Throwable]): UIO[Unit]

Attributes

Definition Classes
override def logTaskStart(taskRunId: String, taskName: String, props: Map[String, String], taskType: String): UIO[Unit]

Attributes

Definition Classes

Concrete fields

override val jobRunId: String