fix for runtime error when running hcc_suspecting__int_prep_egfr_labs using duckDB
Describe your changes
added apply_regex implementation for duckDB to fix
Runtime Error in model hcc_suspecting__int_prep_egfr_labs (models/hcc_suspecting/intermediate/hcc_suspecting__int_prep_egfr_labs.sql)
Catalog Error: Scalar Function with name regexp_like does not exist!
Did you mean "regexp_replace"?
LINE 79: where regexp_like(result, '^[+-]?([0-9]*[.])?[0-9]+$')
How has this been tested?
running dbt build with a profile that uses the dbt-duckDB adapter:
fix for runtime error when running hcc_suspecting__int_prep_egfr_labs using duckDB
Describe your changes
added apply_regex implementation for duckDB to fix
How has this been tested?
running dbt build with a profile that uses the dbt-duckDB adapter:
locally tested & So did @sarah-tuva
Checklist before requesting a review
tuva_last_run
to the final outputPackage release checklist
dbt_project.yml
(Optional) Gif of how this PR makes you feel
Loom link