Skip to content

Commit 8dccdfc

Browse files
author
ci bot
committed
Merge branch 'aarthy/join-bug' into 'enterprise'
fix(data-catalog): joining results did not include table_name See merge request dkinternal/testgen/dataops-testgen!202
2 parents 1def863 + e9cd3be commit 8dccdfc

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)