We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d90202 + 458d77d commit 0840123Copy full SHA for 0840123
1 file changed
testgen/ui/queries/profiling_queries.py
@@ -400,10 +400,10 @@ def get_columns_by_condition(
400
table_chars.approx_record_ct,
401
{COLUMN_PROFILING_FIELDS}
402
FROM data_column_chars column_chars
403
- {"""
404
LEFT JOIN data_table_chars table_chars ON (
405
column_chars.table_id = table_chars.table_id
406
)
+ {"""
407
LEFT JOIN table_groups ON (
408
column_chars.table_groups_id = table_groups.id
409
0 commit comments