legend-engine icon indicating copy to clipboard operation
legend-engine copied to clipboard

dq validations - use eval for aggregate val func composition

Open keenkeystrokes opened this issue 10 months ago • 1 comments

What type of PR is this?

  • Improvement

What does this PR do / why is it needed ?

  1. For generating dataquality lambda (to push down the data quality control) for aggregate validations we were using map to compose the user query and the control. now we have switched to using eval to correct it semantically.
  2. Add PCT tests for DQ relation validation helper functions

Which issue(s) this PR fixes:

Fixes #

Other notes for reviewers:

Does this PR introduce a user-facing change?

No

keenkeystrokes avatar Mar 03 '25 13:03 keenkeystrokes

Test Results

  2 files    2 suites   21s :stopwatch: 38 tests 38 :heavy_check_mark: 0 :zzz: 0 :x: 76 runs  76 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 060504c7.

github-actions[bot] avatar Mar 03 '25 16:03 github-actions[bot]