Skip to content

Releases: dataform-co/dataform-bqml

Release 0.2.0

16 Sep 17:56
af19ee7
Compare
Choose a tag to compare

What's Changed

  • Remove logic that always declare the source table and model by @chtyim in #5
    • This is a backward incompatible change that requires explicit declaration of model and source table.
    • The following function signatures changed with the first parameter source_table being removed.
      • generate_text
      • generate_embedding
      • understand_text
      • translate

Full Changelog: 0.1.0...0.2.0

Release 0.1.0

03 Apr 18:07
f07956e
Compare
Choose a tag to compare

What's Changed

  • Added BQML pipeline library for remote inference

Full Changelog: https://github.com/dataform-co/dataform-bqml/commits/0.1.0