Skip to content

spark-utils v0.2.2

Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 07 Jul 01:44
f391be1

This is a patch release, tracking updates in dbt v0.20.0 and dbt-utils v0.7.0. Nothing in this release represents a breaking change.

Under-the-hood changes from #15:

  • More explicit type casting in dateadd and datediff to get along with Spark3
  • Add spark__concat, to account for changes in dbt-utils v0.7.0 (backwards compatible for older versions, too)
  • Use latest adapter.dispatch syntax in integration tests
  • Replace references to fishtown-analytics with dbt-labs