From 15b93a5d6f7f04e78e7c4766fe75bb72c4f835dd Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 28 Oct 2024 22:33:47 +0530 Subject: [PATCH] doc: add missed breaking change note --- docs/how/updating-datahub.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how/updating-datahub.md b/docs/how/updating-datahub.md index db97f7aa81d7b..989ebc6be4e73 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -77,6 +77,7 @@ This file documents any backwards-incompatible changes in DataHub and assists pe - #11313 - `datahub get` will no longer return a key aspect for entities that don't exist. - #11369 - The default datahub-rest sink mode has been changed to `ASYNC_BATCH`. This requires a server with version 0.14.0+. - #11214 Container properties aspect will produce an additional field that will require a corresponding upgrade of server. Otherwise server can reject the aspects. +- #10190 - `extractor_config.set_system_metadata` of `datahub` source has been moved to be a top level config in the recipe under `flags.set_system_metadata` ### Potential Downtime