Description of changes:
This PR adds the option FileteredRow to AnalyzerOptions that defines how filtered rows will be labeled as when retrieving row level results. The two options are True and Null and this defaults to True.
This PR defines the behavior for the Completeness and Uniqueness analyzers, and will be updated for other analyzers in future PRs.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: #530
Description of changes: This PR adds the option
FileteredRow
to AnalyzerOptions that defines how filtered rows will be labeled as when retrieving row level results. The two options areTrue
andNull
and this defaults to True.This PR defines the behavior for the
Completeness
andUniqueness
analyzers, and will be updated for other analyzers in future PRs.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.