[AI] SISC2-36 [FEAT] 최종 리포트 저장 구현 #69
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
용어 일관성 수정 및 불필요한 파일 삭제 (transform이 아니라 transformer 임.)
pipeline config dict로 타입 변경
transformer/models에 서브패키지 작성
경제지표 계산정의 수정(obv,mfi)
리포트 db 키 컨피그 작성
불필요한 utils/data 삭제, fetch_ohlcv는 utils 직속으로 옮김.
get_db_conn 구현
pipeline.py에 생성된 리포트 report_db에 저장 구현
Summary by CodeRabbit
릴리스 노트
New Features
Refactor