Skip to content

Release/5.9.5#61

Merged
aarthy-dk merged 6 commits intomainfrom
release/5.9.5
Mar 31, 2026
Merged

Release/5.9.5#61
aarthy-dk merged 6 commits intomainfrom
release/5.9.5

Conversation

@datakitchen-devops
Copy link
Copy Markdown
Contributor

Bug Fixes

  • sqlalchemy warning (7a10ee1)
  • fix: source data ORDER BY for Standardized_Value_Matches hygiene issue (f07c561)

aarthy-dk and others added 6 commits March 28, 2026 00:25
security: upgrade libs with vulnerabilities

See merge request dkinternal/testgen/dataops-testgen!450
The source data lookup query used `ORDER BY possible_standard_value` which
referenced a CTE alias not in the main SELECT. Combined with SELECT DISTINCT,
this caused SQL compilation errors on Snowflake and PostgreSQL. Fixed by
removing the redundant DISTINCT (GROUP BY already ensures uniqueness) and
replacing the alias with the inline standardization expression.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rprise'

fix: source data ORDER BY for Standardized_Value_Matches hygiene issue

See merge request dkinternal/testgen/dataops-testgen!452
@aarthy-dk aarthy-dk merged commit c2294a6 into main Mar 31, 2026
2 checks passed
@aarthy-dk aarthy-dk deleted the release/5.9.5 branch March 31, 2026 15:28
@github-actions
Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissBranchBrPartCoverMissing
testgen/common/models
   data_column.py1414000%1–20
TOTAL1299898493042220% 

Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 5 🔥 13.525s ⏱️

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