Audit

etlflow.audit.Audit
See theAudit companion object
trait Audit

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Console.type
class Memory
class Slack

Members list

Concise view

Value members

Abstract methods

def getJobRuns(query: String): UIO[Iterable[JobRun]]
def getTaskRuns(query: String): UIO[Iterable[TaskRun]]
def logJobEnd(jobName: String, props: Map[String, String], error: Option[Throwable]): UIO[Unit]
def logJobStart(jobName: String, props: Map[String, String]): UIO[Unit]
def logTaskEnd(taskRunId: String, taskName: String, props: Map[String, String], taskType: String, error: Option[Throwable]): UIO[Unit]
def logTaskStart(taskRunId: String, taskName: String, props: Map[String, String], taskType: String): UIO[Unit]

Abstract fields

val jobRunId: String