Skip to content

Commit

Permalink
Patch 0.12.6 (#677)
Browse files Browse the repository at this point in the history
* added new loinc columns

* updated docs and project  for patch
  • Loading branch information
tuvaforrest authored Nov 25, 2024
1 parent f127b9f commit b530d2e
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 106 deletions.
180 changes: 90 additions & 90 deletions dbt_project.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion seeds/terminology/terminology__loinc.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
loinc,short_name,long_common_name,component,property,time_aspect,system,scale_type,method_type,class_code,class_description,class_type_code,class_type_description,external_copyright_notice,status,version_first_released,version_last_changed
loinc,short_name,long_common_name,component,property,time_aspect,system,scale_type,method_type,class_code,class_description,class_type_code,class_type_description,paneltype,order_obs,example_units,external_copyright_notice,status,version_first_released,version_last_changed
6 changes: 6 additions & 0 deletions seeds/terminology/terminology_seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ seeds:
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
class_type_description : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
paneltype : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
order_obs : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
example_units : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
external_copyright_notice : |
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(3000) {%- endif -%}
status : |
Expand Down

0 comments on commit b530d2e

Please sign in to comment.