For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query(Beta)

Create SQL queries that can be used across multiple notebooks

By using "Queries", you can save general-purpose queries that can be used across multiple notebooks on a per-connection basis.

How to Use

  • Creating "Queries":

    • Creating from the "Queries" screen

      • Create new from "Create Query", select a connection, and "Save".

    • Creating from a notebook

      • Execute "Save SQL" from the menu at the top right of the SQL block to save the content of the SQL block to "Queries".

        • References to other SQL blocks are saved in their expanded state.

        • Parameters are saved with their values replaced.

  • Uses of "Queries"

    • You can share queries across notebooks.

Notes

  • Parameter embedding and references to other "Queries" are not supported.

Last updated

Was this helpful?