You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'fix/quality-database-table-partitions' into 'develop'
Improved S3 Partition Key Format for Better Date Range Filtering
See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!187
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@ SPDX-License-Identifier: MIT-0
61
61
- Defend against non-numeric confidence_threshold values in the configuration - avoid float conversion or numeric comparison exceptions in Assessement step
62
62
- Prevent creation of empty configuration fields in UI
63
63
- Firefox browser issues with signed URLs (PR #14)
64
+
- Improved S3 Partition Key Format for Better Date Range Filtering:
65
+
- Updated reporting data partition keys to use YYYY-MM format for month and YYYY-MM-DD format for day
66
+
- Enables easier date range filtering in analytics queries across different months and years
67
+
- Partition structure now: `year=2024/month=2024-03/day=2024-03-15/` instead of `year=2024/month=03/day=15/`
0 commit comments