smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

Set up regression environment #110

Closed dogversioning closed 1 year ago

dogversioning commented 1 year ago

So, mocking athena locally is something of a lost cause - there's not much prior art here, and setting up docker to handle this is a big engineering effort.

As an alternative, we can do the following, primarily for testing during PRs:

With this, we could export count tables to disk, and then use those as comparisons from a fresh ETL run to check queries.

dogversioning commented 1 year ago

Resolved via #112