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

Upgrade from Postgres 9 to 17 #234

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

dbeatty10
Copy link
Contributor

resolves #231

Description & motivation

Use a more recent version of Postgres, specifically one that supports the MERGE statement which is used in some dbt incremental strategies. While not a strict requirement for dbt-codegen, it is still desirable to use a version of Postgres for CI that aligns with those we'd recommend for production.

Checklist

@dbeatty10 dbeatty10 marked this pull request as ready for review December 5, 2024 20:27
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 5, 2024
@dbeatty10 dbeatty10 merged commit a3b6979 into main Dec 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade CI testing to use Postgres 17
1 participant