Skip to content

Commit 040ddbb

Browse files
spicyfalafelclaude
andcommitted
docs: remove misleading ClickHouse compat explanation for is_deleted
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f8c4445 commit 040ddbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/subscriptions-tutorials/bigquery-aidboxtopicdestination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ BigQuery is an append-only store — you cannot delete or update individual rows
450450
- **Update**: new row with `is_deleted = 0` (old row remains unchanged)
451451
- **Delete**: new row with `is_deleted = 1`
452452

453-
This means a resource that was created and then updated 3 times will have 4 rows in BigQuery, all with the same `id`. The `is_deleted` column is `INT64` (not `BOOL`) for compatibility with the ClickHouse module which uses `UInt8`.
453+
This means a resource that was created and then updated 3 times will have 4 rows in BigQuery, all with the same `id`. The `is_deleted` column uses `INT64` with values `0` and `1`.
454454

455455
To query only non-deleted resources (ignoring history):
456456

0 commit comments

Comments
 (0)