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: 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.