If I am trying to read/explore/join/ETL deeply nested tables in PSQL or Spark, Cursor doesn't seem to work very well for me.<p>Which LLM-assistant tools have worked for you to expedite data exploration? Whether in a notebook format or otherwise.<p>Or is there simply a better way to use Cursor for this purpose that I haven't thought of?
to what degree you have you exhausted preloading schema context such as:<p>DDL files,<p>Example of queries or ER diagrams illustrating joins/relationships,<p>Descriptions of nested fields (JSON paths, array structures),<p>Primary/foreign keys or metastore metadata