Actions
결함 #515
open[버그][P1][데이터] fix_incomplete_billboard가 song_id/artist_id 미매핑 → 14주 차트가 UI에서 사라짐
Status:
해결
Priority:
높음
Assignee:
-
Start date:
06/27/2026
Due date:
% Done:
100%
Estimated time:
Description
scripts/fix_incomplete_billboard.py:72-90이 DELETE 후 (chart_date,rank,song,artist)만 INSERT하고 master(song/artist) 보강 및 UPDATE ...song_id/artist_id 매핑 단계를 생략(다른 로더엔 존재).
→ findChart/findArtistChart는 song/artist를 INNER JOIN하므로 NULL FK 주차는 차트에서 누락. 기존 데이터는 이미 삭제됨.
수정: insert 후 다른 로더와 동일한 master 보강 + FK 매핑 수행. (코드 수정 후 해당 14주 재적재 필요 — 데이터 작업.)
— 6-페르소나 코드리뷰(2026-06-27)에서 도출. 소스 검증 완료. [AI 등록]
Actions