Audit

etlflow.audit.Audit$
See theAudit companion trait
object Audit

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Audit.type

Members list

Concise view

Value members

Concrete methods

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