github MarquezProject/marquez 0.32.0
Marquez 0.32.0

latest releases: 0.49.0, 0.48.0, 0.47.0...
18 months ago

Fixed

  • API: improve dataset facets access #2407 @pawel-big-lebowski
    Improves database query performance when accessing dataset facets by rewriting SQL queries in DatasetDao and DatasetVersionDao.
  • Chart: fix communication between the UI and the API #2430 @thomas-delrue
    Defines the value for MARQUEZ_PORT as .Values.marquez.port (80) in the Helm Chart so the Marquez Web component can communicate with the API.
  • UI: always render MqCode #2454 @JDarDagran
    Fixes rendering of DatasetInfo and RunInfo pages when no SqlJobFacet exists.

Removed

  • API: remove job context #2373 @JDarDagran
    Removes the use of job context and adds two endpoints for job/run facets per run. These are called from Web components to replace the job context with SQLJobFacet.
  • API: remove jobs_fqn table and move FQN into jobs directly #2448 @collado-mike
    Fixes loading of certain jobs caused by the inability to enforce uniqueness constraints on fully qualified job names.

Don't miss a new marquez release

NewReleases is sending notifications on new releases.