Skip to content

Commit 8a4a64a

Browse files
authored
doc: Set send_sync_summary: true for all destinations (#21355)
The `cloudquery_sync_summary` table 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
1 parent 2c9de7c commit 8a4a64a

27 files changed

Lines changed: 31 additions & 0 deletions

File tree

plugins/destination/azblob/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ spec:
55
path: "cloudquery/azblob"
66
registry: "cloudquery"
77
version: "VERSION_DESTINATION_AZBLOB"
8+
send_sync_summary: true
89
spec:
910
storage_account: "cqdestinationazblob"
1011
container: "test"

plugins/destination/bigquery/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
registry: cloudquery
77
version: "VERSION_DESTINATION_BIGQUERY"
88
write_mode: "append"
9+
send_sync_summary: true
910
# Learn more about the configuration options at https://cql.ink/bigquery_destination
1011
spec:
1112
project_id: ${PROJECT_ID}

plugins/destination/clickhouse/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
registry: "cloudquery"
77
version: "VERSION_DESTINATION_CLICKHOUSE"
88
write_mode: "append"
9+
send_sync_summary: true
910
# Learn more about the configuration options at https://cql.ink/clickhouse_destination
1011
spec:
1112
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}"

plugins/destination/clickhouse/docs/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ spec:
9898
registry: "cloudquery"
9999
version: "VERSION_DESTINATION_CLICKHOUSE"
100100
write_mode: "append"
101+
send_sync_summary: true
101102

102103
spec:
103104
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}"
@@ -252,6 +253,7 @@ spec:
252253
registry: "cloudquery"
253254
version: "VERSION_DESTINATION_CLICKHOUSE"
254255
write_mode: "append"
256+
send_sync_summary: true
255257
256258
spec:
257259
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}?debug=true"

plugins/destination/duckdb/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
registry: cloudquery
99
version: "VERSION_DESTINATION_DUCKDB"
1010
write_mode: "overwrite-delete-stale"
11+
send_sync_summary: true
1112
# Learn more about the configuration options at https://cql.ink/duckdb_destination
1213
spec:
1314
connection_string: ./database.db

plugins/destination/elasticsearch/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
registry: cloudquery
99
version: "VERSION_DESTINATION_ELASTICSEARCH"
1010
write_mode: "overwrite-delete-stale"
11+
send_sync_summary: true
1112
spec:
1213
# Elastic Cloud configuration parameters
1314
cloud_id: "${ELASTICSEARCH_CLOUD_ID}"

plugins/destination/file/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
registry: "cloudquery"
99
version: "VERSION_DESTINATION_FILE"
1010
write_mode: "append"
11+
send_sync_summary: true
1112
# Learn more about the configuration options at https://cql.ink/file_destination
1213
spec:
1314
path: "path/to/files/{{TABLE}}/{{UUID}}.{{FORMAT}}"

plugins/destination/firehose/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
registry: "cloudquery"
77
version: "VERSION_DESTINATION_FIREHOSE"
88
write_mode: "append" # this plugin only supports 'append' mode
9+
send_sync_summary: true
910
spec:
1011
# Required parameters e.g. arn:aws:firehose:us-east-1:111122223333:deliverystream/TestRedshiftStream
1112
stream_arn: "${FIREHOSE_STREAM_ARN}"

plugins/destination/gcs/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
registry: "cloudquery"
99
version: "VERSION_DESTINATION_GCS"
1010
write_mode: "append"
11+
send_sync_summary: true
1112
spec:
1213
bucket: "bucket_name"
1314
path: "path/to/files/{{TABLE}}/{{UUID}}.{{FORMAT}}"

plugins/destination/gremlin/docs/_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
path: "cloudquery/gremlin"
88
registry: "cloudquery"
99
version: "VERSION_DESTINATION_GREMLIN"
10+
send_sync_summary: true
1011
spec:
1112
endpoint: "ws://localhost:8182"
1213
# Optional parameters

0 commit comments

Comments
 (0)