final case class JobConfig(jobId: ID, jobDescription: Option[NonEmptyString], connections: Option[ConnectionsConfig], schemas: Seq[SchemaConfig] = Seq.empty, sources: Option[SourcesConfig], streams: Option[StreamSourcesConfig], virtualSources: Seq[VirtualSourceConfig] = Seq.empty, virtualStreams: Seq[VirtualSourceConfig] = Seq.empty, loadChecks: Option[LoadChecksConfig], metrics: Option[MetricsConfig], checks: Option[ChecksConfig], targets: Option[TargetsConfig], jobMetadata: Seq[SparkParam] = Seq.empty) extends Product with Serializable
Data Quality job-level configuration
- jobId
Job ID
- jobDescription
Job description
- connections
Connections to external data systems (RDBMS, Message Brokers, etc.)
- schemas
Various schema definitions
- sources
Data sources processed within current job (only applicable to batch jobs).
- streams
Stream sources processed within current job (only applicable to streaming jobs).
- virtualSources
Virtual sources to be created from regular sources.
- virtualStreams
Virtual stream to be created from regular streams.
- loadChecks
Load checks to be performed on data sources before reading data itself
- metrics
Metrics to be calculated for data sources
- checks
Checks to be performed over metrics
- targets
Targets that define various job result outputs to a multiple channels
- jobMetadata
List of metadata parameters
- Alphabetic
- By Inheritance
- JobConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
JobConfig(jobId: ID, jobDescription: Option[NonEmptyString], connections: Option[ConnectionsConfig], schemas: Seq[SchemaConfig] = Seq.empty, sources: Option[SourcesConfig], streams: Option[StreamSourcesConfig], virtualSources: Seq[VirtualSourceConfig] = Seq.empty, virtualStreams: Seq[VirtualSourceConfig] = Seq.empty, loadChecks: Option[LoadChecksConfig], metrics: Option[MetricsConfig], checks: Option[ChecksConfig], targets: Option[TargetsConfig], jobMetadata: Seq[SparkParam] = Seq.empty)
- jobId
Job ID
- jobDescription
Job description
- connections
Connections to external data systems (RDBMS, Message Brokers, etc.)
- schemas
Various schema definitions
- sources
Data sources processed within current job (only applicable to batch jobs).
- streams
Stream sources processed within current job (only applicable to streaming jobs).
- virtualSources
Virtual sources to be created from regular sources.
- virtualStreams
Virtual stream to be created from regular streams.
- loadChecks
Load checks to be performed on data sources before reading data itself
- metrics
Metrics to be calculated for data sources
- checks
Checks to be performed over metrics
- targets
Targets that define various job result outputs to a multiple channels
- jobMetadata
List of metadata parameters
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checks: Option[ChecksConfig]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val connections: Option[ConnectionsConfig]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getJobHash: Result[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobDescription: Option[NonEmptyString]
- val jobId: ID
- val jobMetadata: Seq[SparkParam]
- val loadChecks: Option[LoadChecksConfig]
- val metrics: Option[MetricsConfig]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val rendered: Result[String]
- val schemas: Seq[SchemaConfig]
- val sources: Option[SourcesConfig]
- val streams: Option[StreamSourcesConfig]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targets: Option[TargetsConfig]
- val virtualSources: Seq[VirtualSourceConfig]
- val virtualStreams: Seq[VirtualSourceConfig]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()