Medical-Event-Data-Standard / meds

Schema definitions and Python types for Medical Event Data Standard, a standard for medical event data such as EHR and claims data
Apache License 2.0
38 stars 3 forks source link

Run tests in the MEDS-ETL repository. Ref #8. #9

Closed tompollard closed 10 months ago

tompollard commented 10 months ago

The MEDS-ETL repository is a downstream project that applies the MEDS schema in several demo ETL transforms.

As mentioned in https://github.com/Medical-Event-Data-Standard/meds/issues/8, I think it would be worth running the MEDS-ETL tests here to ensure that any changes to MEDS do not break the MEDS-ETL.

This pull request adds a new workflow to run the MEDS-ETL tests.