Migrating to duckdb

This commit is contained in:
2026-07-26 14:39:07 +01:00
parent 1d4b983a17
commit a4b09b2f57
7 changed files with 283 additions and 19 deletions
-1
View File
@@ -8,7 +8,6 @@ import polars as pl
import config.exit_codes as ec
#test comment for pr check
class RawToBase:
def __init__(self, config: dict[str, Any],logger):