formatting
This commit is contained in:
parent
f0637ad97d
commit
2bd79da969
|
@ -462,10 +462,10 @@ SELECT
|
|||
'<your_source_documentation_reference>', -- e.g. link to source data dictionary
|
||||
'<your_etl_reference>', -- e.g. link to ETL documentation
|
||||
'<your_source_release_date>', -- when the source data was pulled
|
||||
getdate(),
|
||||
getdate(), -- or the date of ETL run
|
||||
'v5.4',
|
||||
vocabulary_version,
|
||||
756265 -- OMOP CDM Version 5.4.0
|
||||
756265 -- 'OMOP CDM Version 5.4.0'
|
||||
FROM @cdm_schema.vocabulary
|
||||
WHERE vocabulary_id = 'None';
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue