Block a user
[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…
[Feature] Consume connector-backed tabular sources and schema discovery
Codex State: progress
Summary
- Added optional, version-negotiated
connectors.tabular_sources@0.1.0andconnectors.tabular_snapshot_writer@0.1.0contracts without a module-to-module…
[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…
[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. -…
[Feature] Execute bounded previews with node diagnostics and lineage
[Feature] Compile constrained SQL into the canonical pipeline graph
Codex State: progress
Summary
sqlglotAST compilation now supports the initial dialect plus deterministicDISTINCTand one explicit two-source equi-join.- Effectful statements,…
[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…