Snowflake · Schema

TableClone

Clone table

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
point_of_time object
View JSON Schema on GitHub

JSON Schema

snowflake-tableclone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TableClone",
  "title": "TableClone",
  "type": "object",
  "description": "Clone table",
  "allOf": [
    {
      "$ref": "#/components/schemas/Table"
    }
  ],
  "properties": {
    "point_of_time": {
      "$ref": "common.yaml#/components/schemas/PointOfTime"
    }
  }
}