Snowflake · Schema

PointOfTimeStatement

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
statement string Statement of the point of time.
View JSON Schema on GitHub

JSON Schema

stream-point-of-time-statement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PointOfTimeStatement",
  "type": "object",
  "properties": {
    "statement": {
      "type": "string",
      "description": "Statement of the point of time."
    }
  }
}