config {
  type: "table",
  description: "Description of the first table.",
}
SELECT SUM(number)  AS total FROM ${ref("source_table")}