Compare commits

...

2 Commits

Author SHA1 Message Date
Emily Rockman
1e08ff9f34 add changelog 2024-11-15 09:50:43 -06:00
Emily Rockman
b91b9e3378 change without changelog 2024-11-15 09:49:20 -06:00
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
kind: Breaking Changes
body: test
time: 2024-11-15T09:50:31.975794-06:00
custom:
Author: emmyoop
Issue: "1234"

View File

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