• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-dataflow#6 2026-07-28 11:18:41 +02:00
[Feature] Consume connector-backed tabular sources and schema discovery

Codex State: progress

Summary

  • Added optional, version-negotiated connectors.tabular_sources@0.1.0 and connectors.tabular_snapshot_writer@0.1.0 contracts without a module-to-module…
zemion commented on issue GovOPlaN/govoplan-dataflow#5 2026-07-28 11:18:40 +02:00
[Feature] Build the graphical node editor and SQL workbench

Codex State: progress

Summary

  • The full-height editor now consumes the backend catalogue and groups reusable nodes under Load, Combine, Filter, Transform, and Output.
  • Typed/multi-input…
zemion commented on issue GovOPlaN/govoplan-dataflow#4 2026-07-28 11:18:40 +02:00
[Feature] Execute bounded previews with node diagnostics and lineage

Codex State: done

Summary

  • Implemented deterministic inline and connector-backed previews for filter, select, aggregate, sort, limit, union, join, distinct, derive, and output nodes. -…
zemion commented on issue GovOPlaN/govoplan-dataflow#1 2026-07-28 11:18:40 +02:00
[Epic] Deliver a governed Dataflow manager with graphical and SQL editing

Codex State: progress

Summary

  • Published the provider-neutral core contract (govoplan-core@d36bb94), executable snapshot provider (govoplan-connectors@ba5ccea), and expanded…
zemion closed issue GovOPlaN/govoplan-dataflow#4 2026-07-28 11:18:40 +02:00
[Feature] Execute bounded previews with node diagnostics and lineage
zemion commented on issue GovOPlaN/govoplan-dataflow#3 2026-07-28 11:18:40 +02:00
[Feature] Compile constrained SQL into the canonical pipeline graph

Codex State: progress

Summary

  • sqlglot AST compilation now supports the initial dialect plus deterministic DISTINCT and one explicit two-source equi-join.
  • Effectful statements,…
zemion pushed to main at GovOPlaN/govoplan 2026-07-28 11:14:53 +02:00
603e07cec5 Integrate Connectors and Dataflow validation
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-28 11:14:18 +02:00
dee8380631 Expand governed Dataflow editor and node library
zemion pushed to main at GovOPlaN/govoplan-connectors 2026-07-28 11:13:41 +02:00
ba5ccea5b0 Implement governed tabular source snapshots
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 11:13:08 +02:00
d36bb94335 Add provider-neutral tabular source contracts
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 01:37:06 +02:00
74034947c6 Update vulnerable PostCSS dependency
zemion opened issue GovOPlaN/govoplan-core#269 2026-07-28 01:36:32 +02:00
[Security] Upgrade React Router past RSC CSRF advisory
zemion commented on issue GovOPlaN/govoplan-dataflow#1 2026-07-28 01:34:33 +02:00
[Epic] Deliver a governed Dataflow manager with graphical and SQL editing

Codex State: progress

Summary

  • Published the module at df468a2, core registration at c7183fe, and meta repository/development composition at 97dfd33.
  • The Dataflow README is mirrored to…
zemion pushed to main at GovOPlaN/govoplan 2026-07-28 01:34:15 +02:00
97dfd333c6 Register Dataflow module and work taxonomy
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 01:33:56 +02:00
c7183fe7f1 Integrate Dataflow module into core
zemion commented on issue GovOPlaN/govoplan-dataflow#4 2026-07-28 01:32:41 +02:00
[Feature] Execute bounded previews with node diagnostics and lineage

Codex State: progress

Summary

  • Implemented deterministic bounded inline execution with row, source-size, node-count, result-byte, and wall-time limits.
  • Successful saved previews record…
zemion commented on issue GovOPlaN/govoplan-dataflow#1 2026-07-28 01:32:40 +02:00
[Epic] Deliver a governed Dataflow manager with graphical and SQL editing

Codex State: progress

Summary

  • Initialized and pushed the standalone Dataflow module on main at df468a2.
  • Implemented tenant-isolated versioned pipelines, constrained SQL/graph…
zemion commented on issue GovOPlaN/govoplan-dataflow#5 2026-07-28 01:32:19 +02:00
[Feature] Build the graphical node editor and SQL workbench

Codex State: progress

Summary

  • Implemented the full-height Dataflow workspace with pipeline selection, drag/drop node palette, connectable React Flow canvas, node inspector, SQL…
zemion closed issue GovOPlaN/govoplan-core#189 2026-07-28 01:32:19 +02:00
[Feature] Define govoplan-dataflow module
zemion commented on issue GovOPlaN/govoplan-core#189 2026-07-28 01:32:19 +02:00
[Feature] Define govoplan-dataflow module

Codex State: done

Summary

  • The Dataflow boundary is now defined and implemented in the dedicated GovOPlaN/govoplan-dataflow repository.
  • Detailed implementation state and follow-up work…