Member Junction
    Preparing search index...

    The unified pipeline that drives connector creation / refresh end-to-end:

    1. ConnectionTest stage — verifies credentials before any heavy work
    2. Introspect stage — parallel describe via the connector
    3. Persist stage — bounded-concurrency upsert with overlay precedence
    4. PKClassify stage — soft PK classifier on objects still missing a PK

    Every stage emits structured events through IntegrationProgressEmitter so the stream is identical regardless of vendor. Stages also emit checkpoint events carrying enough resumableState that the orchestrator can pick up from a kill or container restart without re-running prior stages.

    The pipeline does NOT generate MJ entities itself — that gate (D7) lives in the CodeGen metadata layer: rows without a PK are simply not promoted to __mj.Entity. The pipeline emits entity.skipped-no-pk events for visibility.

    Index

    Constructors

    Methods

    Constructors

    Methods