Skip to content

0.47.0

Latest
Compare
Choose a tag to compare
@merobi-hub merobi-hub released this 17 May 16:33
· 23 commits to main since this release

Added


Data Quality and Job Status Display in Marquez Web


  • API: add job tagging to API #2774 @davidsharp7
    Adds support for job tagging to the API.
  • Chart: add serviceAccountand extraContainers to helm chart values #2766 @kostas-theo
    To make the Kubernetes service account configurable, adds these values to the helm chart values with defaults set to maintain current functionality.
  • Client/Java: add jobVersion field to Run in Java client #2808 @davidjgoss
    Adds jobVersion field to Run in Java client.
  • Docker: improve down.sh script #2778 @dolfinus
    Adds new -v option and fixes down.sh script to rely on docker-compose down -v and make volume deletion optional.
  • Web: tooltips and display updates #2809 @phixMe
    Updates tooltips to be more modernized and custom.
  • Web: update JSON theme #2807 @phixMe
    Makes the JSON theme more in-line with the Marquez brand.
  • Web: column lineage linking and sticky tab titles #2805 @phixMe
    Adds sticky Titles and moves column lineage links to the table definition.
  • Web: refine panel feature set #2798 @phixMe
    Adds many refinements in response to user feedback.
  • Web: update dataset/dataset field-tagging experience #2761 @davidsharp7
    Adds support for adding multiple tags at once, introduces a switch to allow field-level tags to be exposed, and fixes refresh for an improved field-tagging experience.
  • Web: web refresh + loading states #2779 @phixMe
    Adds a refresh button for jobs, datasets, and lineage events pages. This also will work in empty states.

Removed

  • Web: remove old files and dependencies #2801 @phixMe
    Drops deps and removes unused React components no longer required by the new lineage graph.

Fixed

  • API: adapt column lineage query for symlink dataset #2775 @sophiely
    Changes the column lineage query in order to take only the 'main' dataset, not the dataset created via symlink.
  • Web: resolve issue data quality assertion facet are not displayed #2528 @sophiely
    Fixes rendering of the DataQualityAssertion facet by adding support for dataset, unknown and input.
  • Web: fix showTags refresh #2799 @davidsharp7
    Adds showTags to the dependencies of fetchDatasetVersions and disables the show tags toggle until the latest version has been pulled.
  • Web: various dataset tags improvements #2813 @davidsharp7
    Various tag improvements including a carat for the dropdown.
  • Web: use Webpack-bundled icon instead of GitHub-hosted content #2803 @dodo0822
    For compliance with a strict CSP, replaces the icon with an SVG bundled by Webpack instead of linking to raw.githubusercontent.com.