Skip to content

Releases: twitter-forks/feast

Feast 0.11.1+twtr1

21 Jul 22:42
a2d7b4c
Compare
Choose a tag to compare

First release in the Twitter Fork. Grabs important commits including:

  • Set default feature naming to not include feature view name. Add option to include feature view name in feature naming.
    (feast-dev#1641)
  • Infer min and max timestamps from entity_df to limit data read from BQ source (feast-dev#1665)
  • Fix dry_run bug that was making to_bigquery hang indefinitely (feast-dev#1706)
  • Cancel BigQuery job if block_until_done call times out or is interrupted (feast-dev#1699)
  • Added --skip-source-validation flag to feast apply (feast-dev#1702)