Skip to content

v1.0.1

Compare
Choose a tag to compare
@AmandeepSinghCS AmandeepSinghCS released this 18 Aug 08:50
· 36 commits to main since this release
c378692

This release includes the following changes:

  1. Added the new feature which adds failed_records_query field to the dq_summary and target table . The query will give the records from source table that failed the data quality check.
  2. Added the feature to specify reference_columns in input configs and include them from source table to failed_records_query in dq_summary and target table. This will help in getting the required information from source table by joining it on referenced columns. The reference columns will mostly include unique identifier fields from source table.
  3. Bug-Fixes for incremental data validation.

What's Changed

Full Changelog: v1.0.0...v1.0.1