mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
1,010 B
1,010 B
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ordinal | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-6 | Verify combiner writes to bulk_address_uploads.combined_output_s3_uri | To Do | 2026-04-20 | 2026-04-20 |
|
high | 6000 |
Description
Frontend drizzle schema column: bulk_address_uploads.combined_output_s3_uri. Backend combiner (backend/bulk_address2uprn_combiner/main.py) calls set_combined_csv_s3_uri(UUID(task_id), s3_uri) from backend.app.db.models.bulk_address_uploads.
Confirm that helper actually writes to the combined_output_s3_uri column (not a legacy combined_csv_s3_uri). Name drift suggests risk. Fix if mismatched.
Acceptance Criteria
- #1 Confirmed column name matches frontend schema
- #2 Fix applied if mismatched
- #3 Integration test covers: run combiner → row updated → frontend schema reads correctly