Blocks

Snowflake Table Block Reference

The table block is a core block type. It is the equivalent to TABLE in Snowflake.

Properties

  • This block requires you to specify a block name.
  • This block can only be used within schema blocks.
  • This block can only have definition fields as children.

Example

table Test {
  id VarChar(36) @PrimaryKey
}
Previous
Schema Block