[METAED-1665] MetaEd v4.7 Deploy to 6.x API broken#527
Merged
Conversation
Test Results 1 files 464 suites 11m 39s ⏱️ Results for commit 52fe28b. ♻️ This comment has been updated with latest results. |
c9d1baa to
59f78fe
Compare
bradbanister
approved these changes
Jul 8, 2026
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.
Summary
This PR restores ODS/API 6.x deploy support in the metaed-odsapi-deploy package, which had been removed when the package moved to 7.x-only paths.
New deploy tasks
(Ed-Fi-ODS/Application/EdFi.Ods.Standard/Artifacts). It also supports copying additional MSSQL/Postgres script directories, and only runs when defaultPluginTechVersion satisfies >=5.4.0 <7.0.0; otherwise it's a no-op.
(Ed-Fi-ODS-Implementation/Application/EdFi.Ods.Extensions./Artifacts), with the same additional-scripts support and the same >=5.4.0 <7.0.0 version gate.
Pipeline wiring
matching one does actual work for a given configuration.
Tests
Four new integration test files cover the V6 tasks copying core and extension artifacts to the expected 6.x paths, the full runDeployTasks flow at a 6.x tech version, and confirmation that the V6 tasks stay inert at
the default (7.x) tech version.