CDCgov / RecordLinker

The RecordLinker is a service that links records from two datasets based on a set of common attributes. The service is designed to be used in a variety of public health contexts, such as linking patient records from different sources or linking records from different public health surveillance systems.
https://cdcgov.github.io/RecordLinker/
Apache License 2.0
2 stars 0 forks source link

update GH unit test workflow DB #27

Closed ericbuckley closed 1 month ago

ericbuckley commented 1 month ago

Description

The latest version of pyway, 0.3.30, is not able to read the existing migrations directory. Since these migrations are deprecated in favor of alembic, the easiest path forward is to pin pyway to version 0.3.29 until its removed from the project.

Within #19 we simplified the settings to use the new DB_URI env variable to define connection settings. We forgot to also update update postgres database setup in the GH testing workflow to follow this pattern.

Checklist

Please review and complete the following checklist before submitting your pull request:

Checklist for Reviewers

Please review and complete the following checklist during the review process: