Skip to content

Commit 547ab46

Browse files
committed
fix: like test (#21307)
(cherry picked from commit 8caaa9b)
1 parent 9d05b32 commit 547ab46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ingestion/src/metadata/data_quality/validations/column/sqlalchemy/columnValuesToMatchRegex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _run_results(
7676
res = dict(
7777
self.runner.dispatch_query_select_first(
7878
Metrics.COUNT(column).fn(),
79-
regex_count,
79+
regex_count_fn,
8080
)
8181
)
8282

0 commit comments

Comments
 (0)