New Features & Enhancements

  • SQL nodes have improved syntax highlighting and table column autocomplete. After specifying the name of a table, the SQL autocomplete will suggest names of available columns that match the characters you type.

    • In addition, autocomplete can now be used with tab in addition to enter.

  • Edges and port handles are highlighted when a connected node is in edit mode, making it easier to identify upstream and downstream nodes.

  • A new node placement algorithm has been introduced that better identifies space for a new node to be placed within the canvas, reducing overlap.

Performance & Stability

  • SQL nodes names are now automatically updated to work for the SQL dialect being used. For example, if your SQL dialect does not support uppercase table names, your SQL node will be rewritten to have no uppercase characters. This prevents errors when a SQL node is used as a CTE within another SQL node and the node name is not supported.

  • SQL queries are no longer re-run when a users modifies the width of a column.

  • Charts and table nodes no longer allow rotation, ensuring the correct angle at all times.

  • Redundant null patterns have been removed from the donut chart.

  • Arc map and tiled dot map exports now correctly download the base maps as part of export to PNG.