mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:04:01 +02:00
Adds the transfer of sentiments into the sql db (#253)
Transfers the sentimenes from the mongodb int the sql db.
This commit is contained in:
@ -20,4 +20,6 @@ def test_to_dict() -> None:
|
||||
"date": news.date,
|
||||
"text": news.text,
|
||||
"source_url": news.source_url,
|
||||
"sentiment": None,
|
||||
"companies": None,
|
||||
}
|
||||
|
Reference in New Issue
Block a user