OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
173 stars 85 forks source link

Drop BigQuery and Teradata JDBC dependencies from the distribution; add tests, various improvements #408

Closed janblom closed 4 months ago

janblom commented 4 months ago

The licences of BigQuery and Teradata JDBC drivers do not permit them to be redistributed as part of WhiteRabbit, so they are no longer part of the distribution.

Other improvements involve more automated tests (some disabled by default due to the reason above), documenting how users should resolve the missing dependencies if they want to use BigQuery or Teradata, dependency upgrades and other small improvements.