Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/destination/azblob/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spec:
path: "cloudquery/azblob"
registry: "cloudquery"
version: "VERSION_DESTINATION_AZBLOB"
send_sync_summary: true
spec:
storage_account: "cqdestinationazblob"
container: "test"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/bigquery/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
registry: cloudquery
version: "VERSION_DESTINATION_BIGQUERY"
write_mode: "append"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/bigquery_destination
spec:
project_id: ${PROJECT_ID}
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/clickhouse/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_CLICKHOUSE"
write_mode: "append"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/clickhouse_destination
spec:
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}"
Expand Down
2 changes: 2 additions & 0 deletions plugins/destination/clickhouse/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_CLICKHOUSE"
write_mode: "append"
send_sync_summary: true

spec:
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}"
Expand Down Expand Up @@ -252,6 +253,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_CLICKHOUSE"
write_mode: "append"
send_sync_summary: true

spec:
connection_string: "clickhouse://${CH_USER}:${CH_PASSWORD}@localhost:9000/${CH_DATABASE}?debug=true"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/duckdb/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: cloudquery
version: "VERSION_DESTINATION_DUCKDB"
write_mode: "overwrite-delete-stale"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/duckdb_destination
spec:
connection_string: ./database.db
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/elasticsearch/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: cloudquery
version: "VERSION_DESTINATION_ELASTICSEARCH"
write_mode: "overwrite-delete-stale"
send_sync_summary: true
spec:
# Elastic Cloud configuration parameters
cloud_id: "${ELASTICSEARCH_CLOUD_ID}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/file/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_FILE"
write_mode: "append"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/file_destination
spec:
path: "path/to/files/{{TABLE}}/{{UUID}}.{{FORMAT}}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/firehose/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_FIREHOSE"
write_mode: "append" # this plugin only supports 'append' mode
send_sync_summary: true
spec:
# Required parameters e.g. arn:aws:firehose:us-east-1:111122223333:deliverystream/TestRedshiftStream
stream_arn: "${FIREHOSE_STREAM_ARN}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/gcs/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_GCS"
write_mode: "append"
send_sync_summary: true
spec:
bucket: "bucket_name"
path: "path/to/files/{{TABLE}}/{{UUID}}.{{FORMAT}}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/gremlin/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
path: "cloudquery/gremlin"
registry: "cloudquery"
version: "VERSION_DESTINATION_GREMLIN"
send_sync_summary: true
spec:
endpoint: "ws://localhost:8182"
# Optional parameters
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/kafka/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_KAFKA"
write_mode: "append"
send_sync_summary: true
spec:
# required - list of brokers to connect to
brokers: ["<broker-host>:<broker-port>"]
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/kafka/docs/confluent_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_KAFKA"
write_mode: "append"
send_sync_summary: true
spec:
# required - list of brokers to connect to
brokers: ["${CONFLUENT_BOOTSTRAP_SERVER}"]
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/meilisearch/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: cloudquery
version: "VERSION_DESTINATION_MEILISEARCH"
write_mode: "overwrite"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/meilisearch_destination
spec:
# meilisearch plugin spec
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mongodb/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
path: "cloudquery/mongodb"
registry: "cloudquery"
version: "VERSION_DESTINATION_MONGODB"
send_sync_summary: true
spec:
# required, a connection string in the format mongodb://localhost:27017
connection_string: "${MONGODB_CONNECTION_STRING}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mssql/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spec:
path: "cloudquery/mssql"
registry: "cloudquery"
version: "VERSION_DESTINATION_MSSQL"
send_sync_summary: true
spec:
# Connection string in the format `server=localhost;user id=SA;password=yourStrongP@ssword;port=1433;database=cloudquery;`
connection_string: "${MSSQL_CONNECTION_STRING}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mssql/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
path: "cloudquery/mssql"
registry: "cloudquery"
version: "VERSION_DESTINATION_MSSQL"
send_sync_summary: true

spec:
connection_string: "${MSSQL_CONNECTION_STRING};log=255"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mssql/docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
path: "cloudquery/mssql"
registry: "cloudquery"
version: "VERSION_DESTINATION_MSSQL"
send_sync_summary: true

spec:
connection_string: "server=localhost;user id=SA;password=yourStrongP@ssword;port=1433;database=cloudquery;"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mysql/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spec:
path: "cloudquery/mysql"
registry: "cloudquery"
version: "VERSION_DESTINATION_MYSQL"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/mysql_destination
spec:
connection_string: "user:password@/dbname"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/mysql/docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
path: "cloudquery/mysql"
registry: "cloudquery"
version: "VERSION_DESTINATION_MYSQL"
send_sync_summary: true

spec:
connection_string: "root:password@/cloudquery"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/neo4j/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
path: "cloudquery/neo4j"
registry: "cloudquery"
version: "VERSION_DESTINATION_NEO4J"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/neo4j_destination
spec:
connection_string: "${NEO4J_CONNECTION_STRING}"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/postgresql/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_POSTGRESQL"
write_mode: "overwrite-delete-stale"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/postgresql_destination
spec:
# set the environment variable in DSN format like "user=postgres password=pass+0-[word host=localhost port=5432 dbname=postgres sslmode=disable"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/postgresql/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ spec:
path: cloudquery/postgresql
registry: cloudquery
version: "VERSION_DESTINATION_POSTGRESQL"
send_sync_summary: true
spec:
connection_string: ${PG_CONNECTION_STRING}
pgx_log_level: debug # Available: error, warn, info, debug, trace. Default: "error"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/s3/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
registry: "cloudquery"
version: "VERSION_DESTINATION_S3"
write_mode: "append"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/s3_destination
spec:
bucket: "bucket_name"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/snowflake/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
registry: cloudquery
version: "VERSION_DESTINATION_SNOWFLAKE"
write_mode: "append"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/snowflake_destination
spec:
connection_string: "${SNOWFLAKE_CONNECTION_STRING}"
Expand Down
4 changes: 4 additions & 0 deletions plugins/destination/snowflake/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Authentication of the connection to Snowflake can be specified using:
kind: destination
spec:
name: snowflake
send_sync_summary: true
...
spec:
connection_string: "user:pass@account/db/schema?warehouse=wh"
Expand All @@ -43,6 +44,7 @@ Authentication of the connection to Snowflake can be specified using:
kind: destination
spec:
name: snowflake
send_sync_summary: true
...
spec:
connection_string: "user@account/database/schema?warehouse=wh"
Expand All @@ -62,6 +64,7 @@ Authentication of the connection to Snowflake can be specified using:
kind: destination
spec:
name: snowflake
send_sync_summary: true
...
spec:
connection_string: "user@account/database/schema?warehouse=wh"
Expand All @@ -86,6 +89,7 @@ Authentication of the connection to Snowflake can be specified using:
kind: destination
spec:
name: snowflake
send_sync_summary: true
...
spec:
connection_string: "user:pass@account/db/schema?warehouse=wh&authenticator=oauth&token=token"
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/sqlite-python/docs/_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
path: cloudquery/sqlite-python
registry: cloudquery
version: "VERSION_DESTINATION_SQLITE_PYTHON"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/sqlite-python_destination
spec:
connection_string: ./db.sql
Expand Down
1 change: 1 addition & 0 deletions plugins/destination/sqlite/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
path: cloudquery/sqlite
registry: cloudquery
version: "VERSION_DESTINATION_SQLITE"
send_sync_summary: true
# Learn more about the configuration options at https://cql.ink/sqlite_destination
spec:
connection_string: ./db.sql
Expand Down
Loading