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:
2023-10-24 17:50:40 +02:00
committed by GitHub
parent b250b67343
commit 1eb972b7ff
10 changed files with 678 additions and 165 deletions

View File

@ -20,4 +20,6 @@ def test_to_dict() -> None:
"date": news.date,
"text": news.text,
"source_url": news.source_url,
"sentiment": None,
"companies": None,
}