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
Copy file name to clipboardExpand all lines: docs/how/updating-datahub.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
34
34
35
35
### Breaking Changes
36
36
37
+
-#12795: slack source v2 - now ingests all user and channels. Make sure the ingestion source and GMS are on the same version of DataHub.
37
38
-#13004: The `acryl-datahub-airflow-plugin` dropped support for Airflow 2.3 and 2.4.
38
39
-#13186: NoCode Migration Removed - This code hasn't been required in many years. If needed, a user should upgrade to DataHub 1.0.x prior to upgrading to a later version.
39
40
-#13397: `async_flag` removed from rest emitter, replaced with emit mode ASYNC
40
-
-#13456: Remove the exposure of `CREATE_ER_MODEL_RELATIONSHIP_PRIVILEGE` due to unsupported / incomplete functionality causing confusion among admins of DataHub.
41
+
-#13120: DataHub Actions Integration: Moved datahub-actions into OSS DataHub. Users building their own DataHub Actions docker images can now build from the OSS project.
41
42
42
43
### Known Issues
43
44
@@ -51,6 +52,15 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
51
52
52
53
### Other Notable Changes
53
54
55
+
- SDK Improvements: Added URN to URL helpers, lineage client, ML model support, and search enhancements.
56
+
- Connector Improvements: Significant enhancements to PowerBI, Superset, MLflow, and Redshift connectors.
57
+
- New Connectors: Added connectors for Hex notebooks and VertexAI.
58
+
- Iceberg Connector Refactoring: The Iceberg connector has been completely refactored to use MCPWs instead of MCEs.
59
+
- Entity Subtypes Model Change: The addition of subtypes to most entities.
60
+
-#13151#13255: UI Search Bar Redesign: search bar with new autocomplete functionality has been added.
61
+
-#12976: Edit Lineage Feature: Added ability to edit lineage directly in the UI.
- SYNC_WAIT: Synchronously updates the primary storage (SQL) but asynchronously updates search storage (Elasticsearch). Provides a balance between consistency and performance. Suitable for updates that need to be immediately reflected in direct entity retrievals but where search index consistency can be slightly delayed.
0 commit comments