You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.