The table branch or tag identified by the requirement's `ref` must reference the requirement's `snapshot-id`. The `snapshot-id` field is required in this object, but in the case of a `null` the ref must not already exist.
ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-assert-ref-snapshot-id-schema.json",
"title": "AssertRefSnapshotId",
"description": "The table branch or tag identified by the requirement's `ref` must reference the requirement's `snapshot-id`.\nThe `snapshot-id` field is required in this object, but in the case of a `null`\nthe ref must not already exist.\n",
"properties": {
"type": {
"type": "string",
"const": "assert-ref-snapshot-id"
},
"ref": {
"type": "string"
},
"snapshot-id": {
"type": "integer",
"format": "int64",
"nullable": true
}
},
"required": [
"ref",
"snapshot-id"
],
"allOf": [
{
"$ref": "#/components/schemas/TableRequirement"
}
],
"type": "object"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.