Skip to content

Marquez 0.40.0

Compare
Choose a tag to compare
@merobi-hub merobi-hub released this 15 Aug 22:43
· 275 commits to main since this release

Added

  • API: lineage events paging update #2577 @phixme
    Updates the API for lineage events and restyles the lineage events page to fix a number of bugs and code duplication.
  • Chart: do not use hardcoded Postgres image for init container #2579 @terrpan
    Adds a template in chart/templates/helpers to use the global.imageRegistry input value for the wait-for-db container to improve performance on private registries.
  • Web: add copy button for lineage ID #2578 @AmandaYao00
    Adds a copy button to the IDs on the Events page.

Fixed

  • API: add defaults for idFromValue() and idFromValueAndType() #2581 @wslulciuc
    Replaces the null values in these functions in EventTypeResolver with defaults.
  • Client: correct example syntax #2575 @davidjgoss
    Removes errant parens from the sample code's client instantiation.