I have nested JSON objects stored as values in some table columns. The table has a few top-level columns, and inside those, there are further nested JSON structures.
When I write queries in the new SQL editor, the autocomplete correctly lists the first- and second-level fields. However, for deeper nested fields, it starts suggesting the first- and second-level fields again instead of the actual deeper fields.
Since Databricks infers the schema from the data, is it possible to configure autocomplete to suggest only the correct (available) nested fields at each level?