fix: pipeline INSERT 去掉不存在的 translate_to 字段
This commit is contained in:
@@ -113,7 +113,6 @@ async def _bulk_insert(src: Source, items: list[FetchedItem]) -> int:
|
||||
"image_url": it.image_url,
|
||||
"published_at": it.published_at,
|
||||
"translation_status": "pending",
|
||||
"translate_to": src.translate_to,
|
||||
}
|
||||
)
|
||||
if not rows:
|
||||
|
||||
Reference in New Issue
Block a user