• Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan 2026-07-28 12:45:20 +02:00
163b35c0af feat: integrate datasource and workflow modules
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-28 12:44:55 +02:00
6ca3058021 feat: consume governed datasources and shared graphs
zemion pushed to main at GovOPlaN/govoplan-workflow 2026-07-28 12:44:42 +02:00
85eef00913 feat: add reusable workflow definition graphs
zemion pushed to main at GovOPlaN/govoplan-connectors 2026-07-28 12:43:35 +02:00
27302f0c39 feat: expose connector datasource origins
zemion pushed to main at GovOPlaN/govoplan-datasources 2026-07-28 12:43:13 +02:00
1cb6228442 feat: initialize governed datasources module
zemion created branch main in GovOPlaN/govoplan-datasources 2026-07-28 12:43:13 +02:00
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 12:42:58 +02:00
8b1910b5b7 feat: add datasource and definition graph contracts
zemion created repository GovOPlaN/govoplan-datasources 2026-07-28 11:50:04 +02:00
zemion commented on issue GovOPlaN/govoplan-connectors#9 2026-07-28 11:18:45 +02:00
[Feature] Provide governed tabular datasource discovery and bounded preview

Codex State: progress

Summary

  • Converted Connectors from a documentation-only shell into an installable module with migrations, permissions, role templates, APIs, uninstall guards, and…
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 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 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 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