Given others may want to generate DBT style tests from the OMOP docs we might as well automate this to allow for easy updates in the future, or others to contribute their own contributions we can scale across all OMOP tables automatically.
In the future / others may want to have postgres style PRIMARY KEY constraints in place instead of using not_null + unique for primary keys - as an example; or, settings up foreign keys properly.
Given others may want to generate DBT style tests from the OMOP docs we might as well automate this to allow for easy updates in the future, or others to contribute their own contributions we can scale across all OMOP tables automatically.
In the future / others may want to have
postgres
stylePRIMARY KEY
constraints in place instead of usingnot_null
+unique
for primary keys - as an example; or, settings up foreign keys properly.We want a script to:
Supersedes #52 Extends #37