doc: Set send_sync_summary: true for all destinations#21355
Conversation
|
🚀 S3 Cloud UI deployed to Vercel: |
|
🚀 PostgreSQL Cloud UI deployed to Vercel: |
|
🚀 ClickHouse Cloud UI deployed to Vercel: |
|
🚀 MySQL Cloud UI deployed to Vercel: |
|
🚀 BigQuery Cloud UI deployed to Vercel: |
Explicitly set `send_sync_summary: true` to create and populate the `cloudquery_sync_summaries` table with information about each sync, including how many rows per table were synced, how many errors per table, etc. It is defaulted to `false` though cloudquery/cloudquery#21355 hints that might change in future. See also cloudquery/cloudquery#8690.
Explicitly set `send_sync_summary: true` to create and populate the `cloudquery_sync_summaries` table with information about each sync, including how many rows per table were synced, how many errors per table, etc. It is defaulted to `false`, though cloudquery/cloudquery#21355 hints that might change in future. See also cloudquery/cloudquery#8690.
The
cloudquery_sync_summarytable is a powerful to tool that users usually don't know about until they run into an issue where they wish they had it enabled. By setting it in the docs, hopefully more people will have it enabled before they run into the issue where they wish they already had it.In a future release of plugins/cli we should make it default to enabled, but this doc change is a good first step