Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes rfc_max_forecast issue where view did not exist by creating the view on deploy #635

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

shawncrawley
Copy link
Collaborator

After deploying the latest uat branch to UAT, the rfc_max_forecast service was failing to execute because the rnr.flow_thresholds and rnr.stage_thresholds views did not exist. I had created them manually during testing and in my short-sidedness excluded the code that would ensure they get created across new environments on deploy. Here it is now.

Note: I really hope that the logic I added in Core/EC2/RDSBastion/scripts/utils/setup_foreign_tables.tftpl is correct. I was not able to test it, but did all the due diligence I could to ensure it is sound.

@nickchadwick-noaa nickchadwick-noaa merged commit c1ae5b1 into uat Feb 26, 2024
1 check passed
@nickchadwick-noaa nickchadwick-noaa deleted the view-missing-bugfix branch February 26, 2024 15:55
@nickchadwick-noaa nickchadwick-noaa added this to the V2.1.5 milestone Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants