Skip to content

Commit 09facfd

Browse files
authored
feat(docs): Add section on updating DataHub for 1.1.0 (#13561)
1 parent da3f82e commit 09facfd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/how/updating-datahub.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
3434

3535
### Breaking Changes
3636

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.
3738
- #13004: The `acryl-datahub-airflow-plugin` dropped support for Airflow 2.3 and 2.4.
3839
- #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.
3940
- #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.
4142

4243
### Known Issues
4344

@@ -51,6 +52,15 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
5152

5253
### Other Notable Changes
5354

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.
62+
- #12983 #13107: Manage Tags Interface: Added a dedicated "Manage Tags" navigation page.
63+
- #13361: Theme Support: Added foundation for basic theme support with primary color configuration.
5464
- #13165 - OpenAPI v3 Patching Improvements
5565
- #13397 - Ingestion Rest Emitter - Added EmitMode parameter for write guarantees.
5666
- 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

Comments
 (0)