build: refresh connector runtime dependency archives - #88
Merged
Conversation
Signed-off-by: Tim Nunamaker <tnunamak@gmail.com> Assisted-by: AI
Schema Health Check — All ClearAll 73 scopes have consistent local schema files. |
Signed-off-by: Tim Nunamaker <tnunamak@gmail.com> Assisted-by: AI
Signed-off-by: Tim Nunamaker <tnunamak@gmail.com> Assisted-by: AI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dependency updates in PDP-Connect/data-connect#63, the upstream runtime repository’s dependency-update PR, change the package manifests used to build connectors—the modules that import data from external services—so this repository’s checked-in runtime archives no longer match their source. Refresh both archives, their integrity hashes, and the recorded source revision together. Every compiled file remains byte-identical; only the packaged dependency manifests change.
The archive comparison now selects the upstream compiler separately from the JavaScript API package used by development tools and preserves the compiler’s required platform-specific dependency. After the dependency-update branch is deleted, source comparisons fall back to main and still reject differing package contents; remote query failures remain errors. Validation currently covers the dependency-update branch; the final upstream merge revision has not yet been checked. Merge PDP-Connect/pdpp#348, which refreshes the second repository’s copy of the same runtime archive, first; then merge this PR; then rerun the source-reference checks in data-connect#63 before merging it.
Freshly rebuilt runtime archives match the refreshed checked-in archives. Regenerating the metadata that describes each connector reproduces the version stored upstream, and all 30 connector source files copied into the runtime packages match their originals in this repository. Type checking confirms the refreshed packages satisfy their callers; lint checks detect no new violations. The connector suite passes 4,761 tests with 11 skips. A packed installation resolves every public entrypoint and all 45 connector IDs. Local repository simulations confirm that a live dependency branch and a deleted merged branch pass, while a deleted unmerged branch and a failed remote query fail.
Assisted-by: AI