Skip to content

Commit 0840123

Browse files
author
ci bot
committed
Merge branch 'qa-fixes' into 'enterprise'
fix(ui): profiling dialog error See merge request dkinternal/testgen/dataops-testgen!347
2 parents 8d90202 + 458d77d commit 0840123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testgen/ui/queries/profiling_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ def get_columns_by_condition(
400400
table_chars.approx_record_ct,
401401
{COLUMN_PROFILING_FIELDS}
402402
FROM data_column_chars column_chars
403-
{"""
404403
LEFT JOIN data_table_chars table_chars ON (
405404
column_chars.table_id = table_chars.table_id
406405
)
406+
{"""
407407
LEFT JOIN table_groups ON (
408408
column_chars.table_groups_id = table_groups.id
409409
)

0 commit comments

Comments
 (0)