一行説明
row_notes, row_posts, row_notes_status, row_rating をnotes, postsに変換
詳細
- 基本的な変換はnote_transform_lambda.pyとpost_transform_lambda.pyに実装済み
- 加えて、statusとratingを使って以下値を計算して保存
- current_status
- current_status_history
- has_been_helpful
- rate_count
- helpful_count
- not_helpful_count
- somewhat_helpful_count
要件
補足