Skip to content

Commit 774995f

Browse files
spicyfalafelclaude
andcommitted
docs: warn about duplicate rows when recreating destination without skipInitialExport
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5efba26 commit 774995f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ Existing rows will have `NULL` in the new column. New rows will include the new
591591
2. **Table not found**: Ensure the BigQuery table exists and the project/dataset/table names are correct
592592
3. **Schema mismatch**: The BigQuery table columns must match the ViewDefinition output columns plus `is_deleted`
593593
4. **Initial export timeout**: For large datasets, the initial export may take time. Monitor progress via `$status`
594+
5. **Duplicate rows after recreating destination**: Deleting and recreating a destination triggers initial export again, adding duplicate rows to BigQuery. To avoid this, set `skipInitialExport: true` when recreating a destination that already has its data exported
594595

595596
### Debug Tips
596597

0 commit comments

Comments
 (0)