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 30900c4 commit 6204bc4Copy full SHA for 6204bc4
src/dbt_score/rule_filter.py
@@ -1,4 +1,5 @@
1
"""Evaluable filtering to choose when to apply specific rules."""
2
+
3
import inspect
4
import typing
5
from typing import Any, Callable, Type, TypeAlias, overload
0 commit comments