Skip to content

v0.16.0

Compare
Choose a tag to compare
@anshuman-gojek anshuman-gojek released this 05 Aug 09:08
· 25 commits to main since this release
9f4e285

Main Changes

Bulk Delete API & Integration with Optimus Apply for Job Deletion

With this release, single & multiple job deletions from Optimus Apply command will go through bulk delete API instead of delete single job specification API. This change was made so order of deletion can be applied

Optimus Job Validate: Add support for Model resource

Optimus job validate command will also validate BQ model resource used in BQ queries

Bugfix

  • Add logical date validation in replay

Changelog

  • 9f4e285 feat: add bq model resource on job validate (#259)
  • 06bccc0 feat: bulk delete jobs API & modify Optimus Apply to use bulk delete (#255)
  • 02f5b76 fix: add logical date validation for replay (#258)