Skip to content

[bot] Merge master/1dcacb66 into rel/dev - #1748

Merged
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-1dcacb66-to-rel/dev
Aug 20, 2026
Merged

[bot] Merge master/1dcacb66 into rel/dev#1748
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-1dcacb66-to-rel/dev

Conversation

@yenkins-admin

Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to 1dcacb6 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/32371136128).

Tomkess and others added 3 commits August 20, 2026 14:21
…ion detail

`check_filters` compares each filter category by exact equality on a canonical
form, so a `filter_date_score` of False can mean the period differed, the
granularity differed, or the filter hung off a different dataset. The evaluation
detail carried only the boolean, which made a finished run undiagnosable: the
committed report says the filters did not match but not how, and the only way to
find out was to re-run the question live.

Add `scoring.normalized_filters`, exposing the same canonical form the comparison
uses, grouped by the three scored categories. Carry expected and actual through
`EvaluationResult` into `VisualizationEvaluator`'s detail dict, mirroring the
existing `expected_metric_uris`/`actual_metric_uris` pair, and print a
diff-on-mismatch under each category in the agentic failure summary.

Measured on one MIC evaluation corpus, `filter_date_score` is the single largest
failure at 33% of 364 visualization evaluations, so this is the check most in
need of an explanation and the one that had none.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…-viz results

dict(_NO_FILTERS) only copies the outer dict -- every no-visualization
EvaluationResult shared the same three module-level lists in
actual_filters, so mutating one result's list would leak into every
other result built from _NO_FILTERS. Give each result its own lists.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…-detail

feat(gooddata-eval): report compared filters in visualization evaluation detail
@yenkins-admin
yenkins-admin merged commit 0c6f884 into rel/dev Aug 20, 2026
1 check passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-1dcacb66-to-rel/dev branch August 20, 2026 12:53
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: dd01e7f9-2eb1-4e07-b51a-cb3254bd6743

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.16%. Comparing base (f26babd) to head (1dcacb6).
⚠️ Report is 560 commits behind head on rel/dev.

Files with missing lines Patch % Lines
...al/src/gooddata_eval/core/agentic/visualization.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1748   +/-   ##
========================================
  Coverage    80.15%   80.16%           
========================================
  Files          272      272           
  Lines        19111    19120    +9     
========================================
+ Hits         15319    15327    +8     
- Misses        3792     3793    +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants