Skip to content

v0.4.2

Compare
Choose a tag to compare
@psousa50 psousa50 released this 19 Apr 11:05
· 2 commits to master since this release

dbt-unit-testing v0.4.2 - Apr 19, 2024

Features

  • Update dbt versions
  • Make sql_from_csv externally callable (#205)
  • Add Spark identifier (#174) (note: for convenience only, Spark Is not officially supported) (@phamvinh1712)
  • Add Databricks identifier (#209) (note: for convenience only, Databricks Is not officially supported)
  • Add model() macro to support the dbt model object in tests

Fixes

  • Fix bug when quoting column names on Snowflake (#194) (Many thanks to @dhwdeca for spotting this)