From 3189934e26bed9dbeaf473598d479805578b66a5 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 1 Oct 2024 19:32:20 -0400 Subject: [PATCH] changelog --- .changes/unreleased/Fixes-20241001-193207.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/unreleased/Fixes-20241001-193207.yaml diff --git a/.changes/unreleased/Fixes-20241001-193207.yaml b/.changes/unreleased/Fixes-20241001-193207.yaml new file mode 100644 index 000000000..584445a5b --- /dev/null +++ b/.changes/unreleased/Fixes-20241001-193207.yaml @@ -0,0 +1,7 @@ +kind: Fixes +body: Catch additional database error exception, NotFound, as a DbtDatabaseError instead + of defaulting to a DbtRuntimeError +time: 2024-10-01T19:32:07.304353-04:00 +custom: + Author: mikealfare + Issue: "1360"