From 6e7aae90275295c7a664e81c4f871f56aa01b291 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Wed, 3 Apr 2024 12:11:23 -0400 Subject: [PATCH] feat(docs) Update updating-datahub.md for GA4 analytics change --- 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 8051777a5ee07..d880c177099e3 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -27,6 +27,7 @@ This file documents any backwards-incompatible changes in DataHub and assists pe - #10090 - For Redshift ingestion, `use_lineage_v2` is now enabled by default. - #10147 - For looker ingestion, the browse paths for looker Dashboard, Chart, View, Explore have been updated to align with Looker UI. This does not affect URNs or lineage but primarily affects (improves) browsing experience. - #10164 - For dbt ingestion, `entities_enabled.model_performance` and `include_compiled_code` are now both enabled by default. Upgrading dbt ingestion will also require upgrading the backend to 0.13.1. +- #8231 - Google Analytics 3 has been fully sunsetted by Google as of July 2023, so we now support GA4 thanks to this PR and no longer support GA3 (which would have been broken since last year anyways). ### Potential Downtime