ZdenekSrotyr
|
10d9280ab5
|
fix: extractor writes to temp file to avoid lock with orchestrator
Writes extract.duckdb.tmp then renames atomically, avoiding DuckDB lock
conflict when orchestrator holds a read connection on extract.duckdb.
|
2026-03-31 13:09:51 +02:00 |
|
ZdenekSrotyr
|
bd0b6d19c6
|
fix: legacy extractor constructs full Keboola table ID from bucket+source_table
Was using tc['id'] which is the registry ID (e.g. 'circle'), not the
full Keboola ID (e.g. 'in.c-finance.circle') needed by the API.
|
2026-03-31 12:06:38 +02:00 |
|
ZdenekSrotyr
|
0084f80ff6
|
fix: legacy extractor passes Path to export_table, not str
Fixes 'str' object has no attribute 'parent' when Keboola DuckDB
extension falls back to legacy client.
|
2026-03-31 12:03:16 +02:00 |
|
ZdenekSrotyr
|
18e5f0b6e8
|
feat: implement extract.duckdb contract — orchestrator + extractors
Phase 0: extend table_registry schema (v1→v2 migration), add
source_type/bucket/source_table/query_mode columns.
Phase 1: SyncOrchestrator ATTACHes extract.duckdb files into master
analytics.duckdb. Keboola extractor uses DuckDB extension with
legacy client fallback. BigQuery extractor is remote-only via
DuckDB BQ extension (no data download).
62 tests passing.
|
2026-03-30 20:12:56 +02:00 |
|