Collibra DQ User Guide
2022.10
Search
⌃K

Options (base)

API Documentation for Java Class OwlOptions.
We've moved! To improve customer experience, the Collibra Data Quality User Guide has moved to the Collibra Documentation Center as part of the Collibra Data Quality 2022.11 release. To ensure a seamless transition, dq-docs.collibra.com will remain accessible, but the DQ User Guide is now maintained exclusively in the Documentation Center.
The Class properties are laid out in the following format headers to allow Gitbook indexing.

ClassName field_name

field type | default __Description

OwlOptions dataset

String | _StringUtils.Empty _ __Unique string ID for the OwlCheck Dataset. Cannot contain ".", "-", "#", "@" \

Example Code

Initializing

Scala
Java
import com.owl.common.options.OwlOptions
val opts = new OwlOptions()
import com.owl.common.options.OwlOptions
OwlOptions opts = new OwlOptions();