From d8fe76911ca27c7e8e6186efc73ac9d8e476cd28 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 6 Oct 2021 10:42:53 +0200 Subject: [PATCH] Add hasCatalogProcessingErrors to changeset Signed-off-by: Johan Haals --- .changeset/orange-jokes-drum.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/orange-jokes-drum.md b/.changeset/orange-jokes-drum.md index cae689d734..ebc22ccd93 100644 --- a/.changeset/orange-jokes-drum.md +++ b/.changeset/orange-jokes-drum.md @@ -8,3 +8,5 @@ Updates the `` to accept asynchronous `if` funct Adds the new `getEntityAncestors` method to `CatalogClient`. Updates the `` to make use of the ancestry endpoint to display errors for entities further up the ancestry tree. This makes it easier to discover issues where for example the origin location has been removed or malformed. + +`hasCatalogProcessingErrors()` is now changed to be asynchronous so any calls outside the already established entitySwitch need to be awaited.