Snowflake · JSON Structure

Snowflake Sql Rest Execution Stats Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

ExecutionStats is a JSON Structure definition published by Snowflake, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

numRowsInserted numRowsUpdated numRowsDeleted numDuplicateRowsUpdated

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExecutionStats",
  "type": "object",
  "properties": {
    "numRowsInserted": {
      "type": "integer"
    },
    "numRowsUpdated": {
      "type": "integer"
    },
    "numRowsDeleted": {
      "type": "integer"
    },
    "numDuplicateRowsUpdated": {
      "type": "integer"
    }
  }
}