From 6cab90e1039b57487761d0cddf3e1c4aac06cabb Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Tue, 26 Apr 2022 22:48:24 +0530 Subject: [PATCH] docs: add missing PR numbers (#4742) * docs: add missing PR numbers & specific version where deprecation was done --- docs/how/updating-datahub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how/updating-datahub.md b/docs/how/updating-datahub.md index 766e449c46..245e1b3011 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -5,12 +5,12 @@ This file documents any backwards-incompatible changes in DataHub and assists pe ## Next ### Breaking Changes -- Remove `database` option from `snowflake` source which was deprecated since a few versions -- Rename confusing config `report_upstream_lineage` to `upstream_lineage_in_report` in `snowflake` connector which was added in `0.8.32` +- #4644 Remove `database` option from `snowflake` source which was deprecated since `v0.8.5` +- #4595 Rename confusing config `report_upstream_lineage` to `upstream_lineage_in_report` in `snowflake` connector which was added in `0.8.32` ### Potential Downtime ### Deprecations -- `host_port` option of `snowflake` and `snowflake-usage` sources deprecated as the name was confusing. Use `account_id` option instead. +- #4644 `host_port` option of `snowflake` and `snowflake-usage` sources deprecated as the name was confusing. Use `account_id` option instead. ### Other notable Changes