Skip to content

Releases: Matts52/dbt-ml-inline-preprocessing

v0.2.3

22 Mar 01:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Mar 06:18
348dc1b
Compare
Choose a tag to compare

changes:

  • Update one_hot_encode to support explicit listing of the categorical values to encode into

fixes:

  • Correct documentation for one_hot_encode

v0.2.1

22 Feb 00:54
4c4a371
Compare
Choose a tag to compare
  • update one hot encoding macro to accept an optional filtering parameter

v0.2.0

31 Dec 20:24
ebf8d71
Compare
Choose a tag to compare

Updates:

  • Support duckdb as a database
  • Alter default macro adapter dispatching to be based on postgres/duckdb where applicable
  • Update readme to visually show database and method support
  • Update assert equals test to test whether two numeric fields are very close rather than identical due to numerical imprecisions in duckdb

v0.1.1

14 Nov 05:17
Compare
Choose a tag to compare

changes:

  • handle new dbt utils slugify condition in one hot encoding macro
  • add exponentiation macro
  • write definitions to macro schema yaml

v0.1.0

16 Aug 05:22
Compare
Choose a tag to compare

Initial version of the package!