Commit Graph

17 Commits

Author SHA1 Message Date
AnthonyMolinaro c4ab611981
Update bigquery_migration.sql 2022-03-04 13:08:46 -05:00
AnthonyMolinaro 4ac3d61c6f
Update impala_migration.sql 2022-03-04 13:08:30 -05:00
AnthonyMolinaro 074bd288f8
Update netezza_migration.sql 2022-03-04 13:07:48 -05:00
AnthonyMolinaro 65166e4bd7
Update oracle_migration.sql 2022-03-04 13:07:29 -05:00
AnthonyMolinaro e10628d954
Update postgresql_migration.sql 2022-03-04 13:07:10 -05:00
AnthonyMolinaro bdb5789d4a
Update sqlserver_migration.sql 2022-03-04 13:05:50 -05:00
AnthonyMolinaro 2c61a520fb
Update redshift_migration.sql
Typo in measurement - column should be unit_source_concept_id, not unit_source_id
2022-03-04 13:00:26 -05:00
AnthonyMolinaro 64a8fd6645 Script to assist in migration from 6.0 to 5.4 2022-01-27 16:23:19 -05:00
AnthonyMolinaro 2456c66c62 CDM v5.3 to v5.4 conversion scripts, initial commit 2022-01-06 16:08:16 -05:00
Clair Blacketer 46da3238af Documentation updates to support CDM v5.4 2021-09-22 15:39:44 -04:00
Maxim Moinat b3fddfbb85
Function to Build Release Zips (#429)
* buildRelease and buildReleaseZip

* add buildRelease
2021-08-19 15:43:34 -04:00
Adam Black 19462d322d
Add tests, github actions, and executeDdl function (#425)
* Add github actions workflow to build package and run tests.

* update Description file

* rename .Rproj file.

* Consolidate 'create' functions into one file.

* Add tests for create functions.

* update description

* removed spaces in file and folder names. Regenerated ddl output. Tried to fix Field_Level.csv file.

* consolidate write functions into one file. Add execute function.

* update docs

* add tests for write and execute functions

* update documentation

* Add windows and linux runners in github actions.

* update github actions

* download drivers before running tests

* fix small error in setup test file.

* debug github actions

* debug github actions

* debug github actions

* debug github actions

* fix tiny bug

* comment out execute ddl test

* fix bug in test

* Add execute test back in

* revert accidental change in description

* add print statement for debugging schema error on github actions.

* Fix schema environment variable name

* Add comment to github actions workflow file.

* remove placeholder text in function documentation.

* Rename createdDdl.R to createDdl.R

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
2021-08-19 11:49:36 -04:00
Frank DeFalco a4bfeccf83 function naming & additional cleanup
made create and write functions consistent
fixed render issue that was not including dialect name in generated files
added loop to codeToRun to generate all scripts.
2021-08-18 15:30:04 -04:00
Maxim Moinat 8d29222563 refactor index creation and cleanup codeToRun 2021-08-18 19:42:01 +02:00
Maxim Moinat 5d9887a356 refactor create and write sql for foreign key and primary key 2021-08-18 19:28:21 +02:00
Maxim Moinat f8cd93d159 refactoring of create and write DDL 2021-08-18 19:02:22 +02:00
Clair Blacketer f892dac55d Moved R project from CdmDdlBase
This commit pulls the R project over from the CdmDdlBase repository. This will be the jumping-off code for the new OMOP CDM repo.
2021-06-08 20:19:01 -04:00