Convert SchemaBuilderOutput into an RSUPipelineInput suitable for RuntimeSchemaManager.RunPipeline().
OptionalrsuOptions: {Build all artifacts for a set of integration target tables.
Build schema artifacts AND execute the full Runtime Schema Update pipeline.
This is the end-to-end integration flow:
Returns both the SchemaBuilderOutput and the RSU pipeline result.
— Standard SchemaBuilderInput
OptionalrsuOptions: { SkipGitCommit?: boolean; SkipRestart?: boolean }— Optional overrides for the RSU pipeline (e.g., SkipGitCommit, SkipRestart)
Main entry point for the Integration Schema Builder. Delegates DDL generation to @memberjunction/schema-engine and adds integration-specific artifacts (sync columns, soft FKs, metadata files).