Data Quality and Quarantine Configuration
These properties control how data quality issues are handled:
Field |
Type |
Description |
|---|---|---|
dataQualityExpectationsEnabled (optional) |
|
A flag indicating whether data quality expectations are enabled (see Data Quality - Quarantine). |
dataQualityExpectationsPath (optional) |
|
Either a relative path or filename for the expectations file. Note that the framework automatically calculates all relative paths from the appropriate expectations sub-folder, in the Pipeline Bundle. Examples:
|
quarantineMode (optional) |
|
The mode for handling quarantined data. It can be off, flag, or table. Supported: [“off”, “flag”, “table”] |
quarantineTargetDetails (optional) |
|
Details about the quarantine target, only required if |
quarantineTargetDetails
The quarantineTargetDetails object contains the following properties:
Parameter |
Type |
Description |
|---|---|---|
targetFormat |
|
The format of the quarantine target. Currently, only Supported:
["delta"]Default:
"delta" |
table |
|
(conditional) The table name, required if |
tableProperties |
|
(conditional) Additional properties for the table, required if |
path |
|
(conditional) The path to the table, required if |