Resolve mismatch between staging and prod db data for financials (#211)

SQL Creation is now done dynamicly by the definition of the enumeration
type.
This commit is contained in:
2023-10-14 17:16:14 +02:00
committed by GitHub
parent 9f7d714403
commit f8c111d7e2
8 changed files with 76 additions and 112 deletions

View File

@ -3,10 +3,10 @@ from unittest.mock import Mock, patch
import pandas as pd
from aki_prj23_transparenzregister.models.company import FinancialKPIEnum
from aki_prj23_transparenzregister.utils.data_extraction.bundesanzeiger import (
Bundesanzeiger,
)
from aki_prj23_transparenzregister.utils.enum_types import FinancialKPIEnum
def test_extract_auditor_company_no_hits() -> None: