haydn-j-evans opened a new pull request, #68033:
URL: https://github.com/apache/airflow/pull/68033

   Object- and array-valued rendered template fields (e.g. the Spark operator's 
`template_spec`) were displayed as a single syntax-highlighted line. This 
renders them with the Monaco-based `RenderedJsonField` instead — a foldable 
JSON view, expanded by default — consistent with how XCom values and Dag run 
conf are shown. String/scalar fields keep the existing `SyntaxHighlighter` 
rendering.
   
   `RenderedJsonField` gains an opt-in `showStructureGuides` prop (default 
`false`, so all existing usages are unchanged) that enables navigation aids for 
large, deeply nested JSON: bracket-pair colorization, indentation/bracket 
guides, sticky-scroll parent context, and always-visible folding controls. The 
rendered templates view opts in.
   
   related: #61834
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Claude Opus 4.8)
   
   Generated-by: Claude Code (Claude Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to