Skip to content

Define Catalyst generic SQL architecture and Spark acceptance - #78

Merged
pmanko merged 3 commits into
mainfrom
codex/generic-sql-architecture-docs
Aug 26, 2026
Merged

Define Catalyst generic SQL architecture and Spark acceptance#78
pmanko merged 3 commits into
mainfrom
codex/generic-sql-architecture-docs

Conversation

@pmanko

@pmanko pmanko commented Aug 26, 2026

Copy link
Copy Markdown
Member

Summary

  • Define Catalyst as a generic SQL-connected application with an explicit dialect and the complete schema readable through the configured connection.
  • Keep validation advisory and require the exact selected SQL to return rows or the database error.
  • Define FHIR Data Pipes to Parquet to Spark SQL as the selected reference deployment, separate from Catalyst core.
  • Require one visible refused write attempt as acceptance evidence for the Spark connection.
  • Remove obsolete deployment guidance, duplicate Dashboard contracts, and the stale approved-view golden-query fixture.

This pull request aligns documentation and contracts. Generic-connection and Spark runtime implementation remain open work.

Validation

  • Catalyst Gateway: 351 tests passed.
  • Catalyst UI: 242 tests passed; type checking and production build passed.
  • Catalyst analytics contracts: 51 tests passed, 1 environment-dependent test skipped.
  • Diff checks passed.

The dependent harness pull request must merge after this one so its Catalyst revision is already on main.

@pmanko
pmanko merged commit 75442c2 into main Aug 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant