From b91b9e3378bc377006c25aaeb7ad0cb1da22f745 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 15 Nov 2024 09:49:20 -0600 Subject: [PATCH 1/2] change without changelog --- core/dbt/cli/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/dbt/cli/exceptions.py b/core/dbt/cli/exceptions.py index 6442f3d5f1f..0bbfdbcacac 100644 --- a/core/dbt/cli/exceptions.py +++ b/core/dbt/cli/exceptions.py @@ -16,6 +16,9 @@ class DbtInternalException(Exception): pass +# change that doesn't matter + + class CliException(ClickException): """The base exception class for our implementation of the click CLI. The exit_code attribute is used by click to determine which exit code to produce From 1e08ff9f3427b32042501f819dfaf6f0b9cb1dfe Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 15 Nov 2024 09:50:43 -0600 Subject: [PATCH 2/2] add changelog --- .changes/unreleased/Breaking Changes-20241115-095031.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Breaking Changes-20241115-095031.yaml diff --git a/.changes/unreleased/Breaking Changes-20241115-095031.yaml b/.changes/unreleased/Breaking Changes-20241115-095031.yaml new file mode 100644 index 00000000000..e5f80372f0c --- /dev/null +++ b/.changes/unreleased/Breaking Changes-20241115-095031.yaml @@ -0,0 +1,6 @@ +kind: Breaking Changes +body: test +time: 2024-11-15T09:50:31.975794-06:00 +custom: + Author: emmyoop + Issue: "1234"