Marquez 0.22.0
Added
- Add support for
LifecycleStateChangeFacet
with an ability to softly delete datasets #1847 @pawel-big-lebowski - Enable pod specific annotations in Marquez Helm Chart via marquez.podAnnotations #1945 @wslulciuc
- Add support for job renaming/redirection via symlink #1947 @collado-mike
- Add Created by view for dataset versions along with SQL syntax highlighting in web UI #1929 @phixMe
- Add
operationId
to openapi spec #1978 @phixMe
Changed
- Upgrade Flyway to v7.6.0 #1974 @dakshin-k
Fixed
- Remove size limits on namespaces, dataset names, and and source connection urls #1925 @collado-mike
- Update namespace names to allow
=
,@
, and;
#1936 @mobuchowski - Time duration display in web UI #1950 @phixMe
- Enable web UI to access API via Helm Chart @GZack2000