tuva-health / tuva

Main repo including core data model, data marts, reference data, terminology, and the clinical concept library
https://thetuvaproject.com/
193 stars 51 forks source link

fix the space in the generated schema name template #594

Closed addynaik closed 2 months ago

addynaik commented 2 months ago

Describe your changes

By default, the schema name for the pharmacy models is generated as

"
    pharmacy__...."

Normally its not an issue but when integrating with dagster or external tools that have validations on schema names, this throws an error that the schema name is invalid.

How has this been tested?

Executed the build and deployed the datamart in postgres.

Reviewer focus

Please summarize the specific items you’d like the reviewer(s) to look into.

Checklist before requesting a review

Package release checklist

(Optional) Gif of how this PR makes you feel

Loom link

github-actions[bot] commented 2 months ago

Workflow has finished with the following statuses:

sarah-tuva commented 2 months ago