We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcdcb8 commit 551f727Copy full SHA for 551f727
src/dbt_score/dbt_utils.py
@@ -21,7 +21,7 @@ class DbtNotInstalledException(Exception):
21
class DbtParseException(Exception):
22
"""Raised when dbt parse fails."""
23
24
- def __init__(self, root_cause: Any | None = None):
+ def __init__(self, root_cause: Exception | None = None):
25
"""Initialize the exception."""
26
super().__init__()
27
self.root_cause = root_cause
0 commit comments