issues
search
OHDSI
/
dbt-synthea
[Under development] A dbt ETL project to convert a Synthea synthetic data set into the OMOP CDM
https://ohdsi.github.io/dbt-synthea/
Apache License 2.0
16
stars
6
forks
source link
refactor: Use `dbt.cast` instead of `dbt.try_cast`
#69
Closed
lawrenceadams
closed
1 month ago
lawrenceadams
commented
1 month ago
Use dbt macro
cast()
instead of
try_cast()
See:
https://docs.getdbt.com/reference/dbt-jinja-functions/cross-database-macros#cast
cast()
instead oftry_cast()