Reconfiguring aitools query to use consolidated StaticRendererWithTruncation - #6079
Reconfiguring aitools query to use consolidated StaticRendererWithTruncation#6079tanishgupta-db wants to merge 5 commits into
Conversation
Approval status: pending
|
3af984a to
66f4255
Compare
|
An authorized user can trigger integration tests manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
Changes
Routes
databricks experimental aitools tools querystatic-table output through the sharedtableview.RenderStaticrenderer.RenderStaticadds aStaticOptions{Width, TruncateCells}config: aitools uses{Width: 0, TruncateCells: false}to preserve its exact current output (full cell values, separator capped at 40, no column dropping), whilepipelines showuses truncation + terminal-width fitting.Note
Stacked on #6033 (
pipelines show). The diff will overlap until that merges; review this on top of it.Why
Consolidate the two near-identical static table renderers into one shared implementation.
Tests
aitools queryon real data across the static/JSON/overflow cases).