From 86a5d23fff2bcf78b3e2c9fadd72f9b3f7a7e7c3 Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Wed, 25 Oct 2023 18:18:34 -0400 Subject: [PATCH] docs --- docs/how/updating-datahub.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how/updating-datahub.md b/docs/how/updating-datahub.md index 4d1535f28fa0a..c3a92c782068c 100644 --- a/docs/how/updating-datahub.md +++ b/docs/how/updating-datahub.md @@ -57,6 +57,9 @@ qualified dataset name, i.e. `.`. We attempt to supp pattern format by prepending `.*\\.` to dataset patterns lacking a period, so in most cases this should not cause any issues. However, if you have a complex dataset pattern, we recommend you manually convert it to the fully qualified format to avoid any potential issues. +- #9110 - The Unity Catalog source will now generate urns based on `env` properly. If you have +been setting `env` in your recipe to something besides `PROD`, we will now generate urns +with that new env variable, invalidating your existing urns. ### Potential Downtime