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
- Also includes some, but not all, changes in the upcoming v1.0.0 release
29
30
30
31
- Breaking Changes
31
32
32
33
- Bug Fixes
33
-
34
34
-[Compliance Forms] Fix a few inaccuracies in the Compliance Forms analytics tab - handle multiple forms per asset properly and fix a few bugs in the forms analytics ingestion source when generating this analytics data.
35
35
-[Compliance Forms] Fix bug in nested select component when adding a Domain question to your Compliance Form when selecting child domains. Now you can properly select a parent and their children.
36
36
-[Queries Tab] Fix column and user filters in the Query tab by showing the proper display name instead of urns.
@@ -42,11 +42,13 @@ Helm Chart
42
42
-[Search Results] Fix lineage counts on search result cards that were incorrectly counting "ghost" (non-existent) entities.
43
43
-[Compliance Forms] Fix bug when filling out documentation prompts on Datasets to update the correct aspect.
44
44
-[Log Out] Fix logout bug in new navigation bar redesign when a user is logged in with SSO.
45
-
45
+
-[Search Ranking] Improved memory usage of usage ranking job; fix bugs when usage was missing.
46
46
47
47
- Product
48
48
49
49
- Introducing a new Stats Tab redesign for Datasets and Columns! This release gives you all the functionality you had with Dataset and Columns stats previously, but now in a much cleaner, more consumable way. We also add a few new stats and charts to render additional helpful information about your assets. Note that statistics must be enabled in ingestion to view them on the stats tab.
50
+
- Entity versioning is now fully available. Datasets and ML Models can be linked together as versions of the same logical entity, in the UI and via ingestion. Only the latest version will appear in search.
51
+
- Improved support for ML Models and ML Groups as part of the expanded MLflow ingestion source. Data process instances can now appear on container pages and lineage.
50
52
- Improve the Compliance Forms experience while filling out questions by pre-filling responses for the user with existing metadata on the asset. Now, a user will have an even easier time filling out Compliance Forms for their assets.
51
53
- The new navigation bar experience is now the default! Quickly understand & navigate to every DataHub feature.
52
54
- Improve the navigation bar experience by centering and expanding the search bar at the top of the page.
@@ -65,3 +67,4 @@ Helm Chart
65
67
- Ingestion
66
68
- MLflow: Support for experiments & runs ingestion, enhanced property ingestion for models/model versions with native versioning support
67
69
- Dataset ↔ Run lineage is coming soon.
70
+
- Spark: Column-level lineage now runs through a Spark DataJob rather than directly between datasets.
0 commit comments