Skip to content

Commit

Permalink
Merge pull request #194 from OHDSI/release-0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
Maxim Moinat authored Dec 31, 2019
2 parents 6b9a2b1 + 4d30436 commit 10628a6
Show file tree
Hide file tree
Showing 188 changed files with 4,191 additions and 1,267 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ dist/
/Error.txt
/.gitignore
/Error1.txt
/ScanReport.xlsx
/.classpath
target/
*.iml
.idea/

/ScanReport.xlsx
*ScanReport*
*swp
tmp/*
Try*
/examples/
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,31 @@ Rabbit-In-A-Hat

Note: on releases earlier than version 0.8.0, open the respective `WhiteRabbit.jar` or `RabbitInAHat.jar` files instead.

Examples
========
The file `examples.zip` contains a set of input and output examples for White Rabbit and Rabbit in a Hat.
These are used for testing of the main White Rabbit and Rabbit in a Hat features.

Contents:
- `wr_input_csv`

csv files to test scanning on different data types and long table names.
- `wr_input_sas`

sas7bdat files to test sas input
- `wr_output`

Scan reports created from files in `wr_input_csv`, `wr_input_sas` and [native a Synthea database loaded in Postgres](https://github.com/ohdsi/ETL-Synthea). All with default scan options.
This folder also includes fake data generated from the csv scan report. The csv scan report is used to test the opening a Scan Report in Rabbit in a Hat.

- `riah_input`

An example mapping file used to create the Rabbit in a Hat outputs.
- `riah_output`

All export formats created by Rabbit in a Hat: as word, html, markdown, sql skeleton and the R TestFramework.
These are all generated from `riah_input/riah_mapping_example.gz`.

Getting Involved
=============
* User guide and Help: <a href="http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:whiterabbit">WhiteRabbit Wiki</a>
Expand Down
Binary file added examples.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
262cc658e65aa9fdf4282ea6714f1367
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a6fc1b481483d45f3efbc69e76c6665c11cc2ec
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>GoogleBigQueryJDBC</artifactId>
<version>42</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd2d1c1022b642e24fe0e790adafc8a9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ba2502c65e57974ed7d38bb4fffea3a5434deca
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>GoogleBigQueryJDBC</artifactId>
<versioning>
<release>42</release>
<versions>
<version>42</version>
</versions>
<lastUpdated>20191004152516</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8b7363e0b69e10aa775fb910f5e0dcbc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
be98b4ed33c88fd2e80c10dea787c26c04cd58a7
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10395e5a571e1a1f6113411f276d2fea
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
91e3146dfff4bd510181032c8276a3a0130c0697
8 changes: 8 additions & 0 deletions lib/com/simba/googlebigquery/jdbc/avro/1.8.2/avro-1.8.2.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>avro</artifactId>
<version>1.8.2</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d7b0a7f1bd6803fce9fd00ba4654068
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
be4010b1fc46d26fac0777567bbadea0c6dc99b4
12 changes: 12 additions & 0 deletions lib/com/simba/googlebigquery/jdbc/avro/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>avro</artifactId>
<versioning>
<release>1.8.2</release>
<versions>
<version>1.8.2</version>
</versions>
<lastUpdated>20191004152634</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31df9ef707a0b96bf9ff21c762d3b75d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7cf68ae83ecad5129aaebbe3195def8355c55424
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bf9a95970b7aa8da9d86a452872dea0a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff099b100d2202d4bf0c0a00f14cb369e0186375
8 changes: 8 additions & 0 deletions lib/com/simba/googlebigquery/jdbc/gax/1.42.0/gax-1.42.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>gax</artifactId>
<version>1.42.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0917a660d6d89a9f9391c726efaaeb81
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
044024b82e18ac19ed32b4f685e34816c427c782
12 changes: 12 additions & 0 deletions lib/com/simba/googlebigquery/jdbc/gax/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>gax</artifactId>
<versioning>
<release>1.42.0</release>
<versions>
<version>1.42.0</version>
</versions>
<lastUpdated>20191004152532</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caa3a807b0d4edc0b04fe9585ab69681
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5620904f6d8596e1a296cb8994a5485ed9805416
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4831bcd0d30d13382b3af50acbbbf53e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8fe155d766ed22480939e3a9db428151e0264d9e
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-api-client</artifactId>
<version>1.28.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5d233fc2bdaee2a4f1a511531eaf2395
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d36628ab6b89c2f6a79c2160b10bf83492c38c63
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-api-client</artifactId>
<versioning>
<release>1.28.0</release>
<versions>
<version>1.28.0</version>
</versions>
<lastUpdated>20191004152523</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd0548af810f22977717b141232a7087
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f27a1719919b86b3da4dd436e4e3167808109224
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a8865c7a220728b974fe3101581f29eb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d1ba9dd5c60f5fcc8ac94ce1533d81b69e0d76aa
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-api-service-bigquery</artifactId>
<version>V2-rev426-1.25.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c8edc39e56425571ad865b47be4a887b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f8eb2ad6890d6752cc949f5753612c96dbaae5d
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-api-service-bigquery</artifactId>
<versioning>
<release>V2-rev426-1.25.0</release>
<versions>
<version>V2-rev426-1.25.0</version>
</versions>
<lastUpdated>20191004152609</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f4c377aeecd5d6179f069a0d2b74b48
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3ca39758a654a2a1e739236ec5010e1665f9109c
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4bd2bd355d775b0d25113d585b93328a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29fc7f62c488cf3b28e98db71a75f47da6fb7afc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.15.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12891163747096e78c566d4ac99c22a1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d0c561aa86f0d3775fdbfc698a49470ebf47f53
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<versioning>
<release>0.15.0</release>
<versions>
<version>0.15.0</version>
</versions>
<lastUpdated>20191004152553</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a0788d857e74a4b4b713ad5db35c4d6a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7bc08992abfa673469e1d68c2caa16e634ca3785
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b9dd0f4c45881f8eceaed743eb33967e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c93cc4307226014ab6b7554af71308ba1a8f4f54
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.13.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e03a0e66edc6b916c59ae3fd2b2a04ce
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b6b48751748ce1b872cc142a77db12d3794b4691
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<versioning>
<release>0.13.0</release>
<versions>
<version>0.13.0</version>
</versions>
<lastUpdated>20191004152547</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42079d356cc0c0e04cd444efec112777
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9077335e7edaa24c30a0beb01d981a11394fa028
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
632ba8fd2363561ffdcdf6e7b054ebec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff58559c28960a7988aeab3d66dbe3a07e983187
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.28.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
528fb9febf66db75c5392a96551b73da
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
084f871c2bb4861fea8c824a173744969bc65bf2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<versioning>
<release>1.28.0</release>
<versions>
<version>1.28.0</version>
</versions>
<lastUpdated>20191004152537</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a9fe2fc7af86dddae6ad03a896966a79
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7e194994c04133fa7a7db7a1bce3b97d42f87cd2
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ca383f9f24fb83cc773f962f52a95e6e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ab265acd8d9c13ac73c644a50cf5a8c746aa77c6
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.simba.googlebigquery.jdbc</groupId>
<artifactId>google-http-client</artifactId>
<version>1.29.0</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4f1749f1c588cbea0013ba6072501833
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
969f8eb4405b3fc9f9f0a3a5dc9b612d870dea76
Loading

0 comments on commit 10628a6

Please sign in to comment.