CurtHagenlocher 3 months ago

The blog specifically says that they're getting the SQL AST so presumably they would not execute something like a DELETE.

  • hamilton 3 months ago

    Correct. We only enable fast previews for SELECT statements, which is the actual hard problem. This said, at some point we're likely to also add support for previewing a CTAS before you actually run it.

    • buremba 3 months ago

      I remember your demos of visualizing the CTEs of a huge query in the editor. I'm looking forward to trying it!