Skip to content

Commit

Permalink
fix(query-tracker): Query results with more than 50 columns are not s…
Browse files Browse the repository at this point in the history
…hown properly #208
  • Loading branch information
vitshev authored and ma-efremoff committed Dec 5, 2023
1 parent 07def61 commit 8e2ddc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/ui/pages/query-tracker/module/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export function readQueryResults(
value_format: 'yql',
field_weight_limit: settings?.cellsSize,
encode_utf8: 'false',
max_selected_column_count: 3000,
},
},
},
Expand Down

0 comments on commit 8e2ddc7

Please sign in to comment.