OHDSI / ETL-CMS

Workproducts to ETL CMS datasets into OMOP Common Data Model
Apache License 2.0
94 stars 52 forks source link

Update remaining SQL files to respect the search_path #73

Closed jeff-m-sullivan closed 2 years ago

jeff-m-sullivan commented 2 years ago

The first few steps in the SQL process respected the search path argument, meaning that the SQL files could be run using any schema (not just synpuf5) without having to edit any of the code.

This updates the remaining steps in the SQL process to that standard.

The documentation now includes the syntax for this and formatting was updated to be slightly more user-friendly (internal links, auto-numbering lists, etc.).