Peter Mutwiri commited on
Commit ·
9ecdd73
1
Parent(s): dac1876
added ensure schema version
Browse files- app/mapper.py +1 -1
app/mapper.py
CHANGED
|
@@ -4,7 +4,7 @@ import json
|
|
| 4 |
import duckdb
|
| 5 |
import pandas as pd
|
| 6 |
from datetime import datetime, timedelta
|
| 7 |
-
from app.db import get_conn, ensure_raw_table, enforce_schema_contract, transactional_conn
|
| 8 |
from app.utils.detect_industry import _ALIAS, detect_industry
|
| 9 |
# app/mapper.py (add line 1)
|
| 10 |
from app.hybrid_entity_detector import hybrid_detect_entity_type
|
|
|
|
| 4 |
import duckdb
|
| 5 |
import pandas as pd
|
| 6 |
from datetime import datetime, timedelta
|
| 7 |
+
from app.db import get_conn, ensure_raw_table, enforce_schema_contract, transactional_conn,ensure_schema_versions_table
|
| 8 |
from app.utils.detect_industry import _ALIAS, detect_industry
|
| 9 |
# app/mapper.py (add line 1)
|
| 10 |
from app.hybrid_entity_detector import hybrid_detect_entity_type
|