SQL workbooks

Use SQL workbooks to save SQL content and manage its versions. These interfaces do not execute SQL; use SQL execution when you need to run SQL.

  • workbook_id identifies a record with saved SQL. This value is returned when creating a record or viewing a list of saved SQL.

  • version_id identifies a SQL version in this record. This value is returned when creating a draft or viewing a version list.

Interface paths, field names, and some error responses still use workbook or “SQL workbook”, which all refer to the SQL save record described above.

Last updated on