feat: Upgrade Tamanu version to 2.59.0#498
Merged
Merged
Conversation
- Updated dbt_project.yml to version 2.59.0 - Refreshed Tamanu source tables from release/2.59 Related: MAUI-6163 Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
Automated upgrade for Tamanu version
2.59.0Changes
dbt_project.ymlto version2.59.0refresh_tamanu_source.pyto pull source models fromrelease/2.59Related
release/2.59scripts/report_validation/report-config-schema.jsonhas drifted from the Tamanu source of truth. Update the schema enums anddocumentations/tamanu-report-configuration-schema.mdto match:Intentional divergences (informational):
Update
scripts/report_validation/report-config-schema.jsonanddocumentations/tamanu-report-configuration-schema.mdto match before merging.Next Steps
After merging this PR, you'll need to build the reporting assets locally:
Testing
build_reporting_assets.pylocally to prepare models and build compiled assetscompiled/v2.59.0/dbt testcheck_schema_drift.py)🤖 This PR was automatically generated by GitHub Actions