Snowflake · Schema

StreamSourceExternalTable

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
insert_only boolean Whether this stream is an insert only stream or not
View JSON Schema on GitHub

JSON Schema

stream-stream-source-external-table-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StreamSourceExternalTable",
  "type": "object",
  "properties": {
    "insert_only": {
      "type": "boolean",
      "description": "Whether this stream is an insert only stream or not"
    }
  }
}