Skip to content

Commit c9d77fd

Browse files
asikowitzyoonhyejinchriscollins3456maggiehaysdavid-leifker
authored
docs(cloud): DataHub Cloud v0.3.9 release notes (#12794)
Co-authored-by: Hyejin Yoon <[email protected]> Co-authored-by: Chris Collins <[email protected]> Co-authored-by: Maggie Hays <[email protected]> Co-authored-by: david-leifker <[email protected]> Co-authored-by: John Joyce <[email protected]>
1 parent cffc6d4 commit c9d77fd

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

docs-website/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ module.exports = {
367367
},
368368
{
369369
"DataHub Cloud Release History": [
370+
"docs/managed-datahub/release-notes/v_0_3_9",
370371
"docs/managed-datahub/release-notes/v_0_3_8",
371372
"docs/managed-datahub/release-notes/v_0_3_7",
372373
"docs/managed-datahub/release-notes/v_0_3_6",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# v0.3.9
2+
---
3+
4+
Release Availability Date
5+
---
6+
17-Mar-2025
7+
8+
Recommended CLI/SDK
9+
---
10+
1.0.0
11+
12+
Helm Chart
13+
---
14+
1.5.5 or greater
15+
16+
## Known Issues
17+
18+
- OpenAPI Async Timeseries Aspects will not automatically create the entity's key aspect.
19+
- Writes for hard deleted entities will be dropped for 60 seconds after the hard delete is processed.
20+
- API Tracing is considered as a beta release
21+
22+
## Release Changelog
23+
---
24+
25+
### v0.3.9
26+
27+
- All changes in https://github.com/datahub-project/datahub/releases/tag/v0.15.0.1
28+
- Note Breaking Changes: https://datahubproject.io/docs/how/updating-datahub/#0150
29+
- Also includes some, but not all, changes in the upcoming v1.0.0 release
30+
31+
- Breaking Changes
32+
33+
- Bug Fixes
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+
- [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+
- [Queries Tab] Fix column and user filters in the Query tab by showing the proper display name instead of urns.
37+
- [Search Results] Fix order of parent entity paths in the autocomplete dropdown for a given result.
38+
- [CSV Export] Fix missing display name for Groups when downloading search results.
39+
- [Users & Groups] Fix group membership inconsistencies on groups page. Correctly show the count of members and improve the experience to make it clearer who is a member of what group.
40+
- [Columns Tab] Fix bug in schema table where we were not showing metadata if a field changed in ingestion from V1 to V2 field path or vice versa.
41+
- [Search Filtering] Fix dropdowns for selecting platforms and other filters when creating Views that were not showing any results.
42+
- [Search Results] Fix lineage counts on search result cards that were incorrectly counting "ghost" (non-existent) entities.
43+
- [Compliance Forms] Fix bug when filling out documentation prompts on Datasets to update the correct aspect.
44+
- [Log Out] Fix logout bug in new navigation bar redesign when a user is logged in with SSO.
45+
- [Search Ranking] Improved memory usage of usage ranking job; fix bugs when usage was missing.
46+
47+
- Product
48+
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+
- 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.
51+
- 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.
52+
- The new navigation bar experience is now the default! Quickly understand & navigate to every DataHub feature.
53+
- Improve the navigation bar experience by centering and expanding the search bar at the top of the page.
54+
- Add Compliance Forms validation to prevent duplicate question IDs across and within Compliance Forms.
55+
- Elevate structured properties displayed on Asset Sidebar about Status section
56+
- Entity versioning is now supported via ingestion, for version-native sources like MLflow.
57+
58+
- Platform
59+
60+
- Remote Executor: Introduced new Prometheus Metrics for remote executor monitoring:
61+
- Ingestion: `datahub_executor_worker_ingestion_requests` and `datahub_executor_worker_ingestion_errors` to monitor ingestion jobs received from queue
62+
- Memory: `datahub_executor_memory_*` to monitor usage and limits by process group/host
63+
- CPU: `datahub_executor_cpu_*` to monitor usage and limits by process group/host
64+
- Disk: `datahub_executor_disk_*` to monitor total bytes and bytes used
65+
- Network: `datahub_executor_net_*` to monitor bytes and packets sent/received, etc.
66+
67+
- Ingestion
68+
- MLflow: Support for experiments & runs ingestion, enhanced property ingestion for models/model versions with native versioning support
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

Comments
 (0)