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
* Optimize current runs query for lineage API [`#2211`](https://github.com/MarquezProject/marquez/pull/2211)[@prachim-collab](https://github.com/prachim-collab)
10
+
*Add a simpler, alternate `getCurrentRuns` query that gets only simple runs from the database without the additional data from tables such as `run_args`, `job_context`, `facets`, etc., which required extra table joins.*
11
+
* Add Code Quality, DCO and Governance docs to project [`#2237`](https://github.com/MarquezProject/marquez/pull/2237)[`#2241`](https://github.com/MarquezProject/marquez/pull/2241)[@merobi-hub](https://github.com/MarquezProject/marquez/commits?author=merobi-hub)
12
+
*Adds a number of standard governance and procedure docs to the project.*
13
+
* Add possibility to soft-delete namespaces [`#2244`](https://github.com/MarquezProject/marquez/pull/2244)[@mobuchowski](https://github.com/mobuchowski)
14
+
*Adds the ability to "hide" inactive namespaces. The namespaces are undeleted when a relevant OL event is received.*
15
+
* Add search service proposal [`#2203`](https://github.com/MarquezProject/marquez/pull/2203)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
16
+
*Proposes using ElasticSearch as a pluggable search service to enhance the search feature in Marquez and adding the ability to turn it off, as well. Includes ideas about what should be indexed and the requirements for the interface.*
17
+
18
+
### Fixed
19
+
20
+
* Show facets even when dataset has no fields [`#2214`](https://github.com/MarquezProject/marquez/pull/2214)[@JDarDagran](https://github.com/JDarDagran)
21
+
*Changes the logic in the `DatasetInfo` component to always show facets so that dataset facets are visible in the UI even if no dataset fields have been set.*
22
+
* Appreciate column prefix when given for `ended_at`[`#2231`](https://github.com/MarquezProject/marquez/pull/2231)[@fm100](https://github.com/fm100)
23
+
*The `ended_at` column was always null when querying if `columnPrefix` was given for the mapper. Now, `columnPrefix` is included when checking for column existence.*
24
+
* Fix bug keeping jobs from being properly deleted [`#2244`](https://github.com/MarquezProject/marquez/pull/2244)[@mobuchowski](https://github.com/mobuchowski)
25
+
*It wasn't possible to delete jobs created from events that had a `ParentRunFacet`. Now it's possible.*
*The dataset's name column in the `dataset_symlinks` table was shorter than the column in the datasets table. Changes the existing V48 migration script to allow proper migration for users who did not upgrade yet, and adds an extra migration script to extend the column length for users who did upgrade but did not experience the issues.*
0 commit comments