Skip to content

Commit e9cd3be

Browse files
committed
fix(data-catalog): joining profiling results did not include table_name
1 parent 1def863 commit e9cd3be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testgen/ui/queries/profiling_queries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def get_column_by_condition(
299299
""" if include_tags else ""}
300300
LEFT JOIN {schema}.profile_results ON (
301301
column_chars.last_complete_profile_run_id = profile_results.profile_run_id
302+
AND column_chars.table_name = profile_results.table_name
302303
AND column_chars.column_name = profile_results.column_name
303304
)
304305
WHERE {filter_condition};

0 commit comments

Comments
 (0)