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" 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