Skip to content

Commit d732eaf

Browse files
avaidyanathaAbhi Vaidyanatha
andauthored
Add information on which destinations support Incremental - Deduped History in their docs (#6031)
Co-authored-by: Abhi Vaidyanatha <[email protected]>
1 parent 8d533e6 commit d732eaf

18 files changed

+19
-1
lines changed

docs/integrations/destinations/azureblobstorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Airbyte Azure Blob Storage destination allows you to sync data to Azure Blob
1212
| :--- | :---: | :--- |
1313
| Full Refresh Sync || Warning: this mode deletes all previously synced data in the configured blob. |
1414
| Incremental - Append Sync || The append mode would only work for "Append blobs" blobs as per Azure limitations, more details https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction#blobs |
15-
15+
| Incremental - Deduped History || As this connector does not support dbt, we don't support this sync mode on this destination. |
1616

1717
## Configuration
1818

docs/integrations/destinations/bigquery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Each stream will be output into its own table in BigQuery. Each table will conta
3939
| :--- | :--- | :--- |
4040
| Full Refresh Sync | Yes | |
4141
| Incremental - Append Sync | Yes | |
42+
| Incremental - Deduped History | Yes | |
4243
| Namespaces | Yes | |
4344

4445
## Getting started

docs/integrations/destinations/dynamodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Each stream will be output into its own DynamoDB table. Each table will a collec
2121
| :--- | :---: | :--- |
2222
| Full Refresh Sync || Warning: this mode deletes all previously synced data in the configured DynamoDB table. |
2323
| Incremental - Append Sync || |
24+
| Incremental - Deduped History || As this connector does not support dbt, we don't support this sync mode on this destination. |
2425
| Namespaces || Namespace will be used as part of the table name. |
2526

2627
### Performance considerations

docs/integrations/destinations/gcs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The Airbyte GCS destination allows you to sync data to cloud storage buckets. Ea
1212
| :--- | :---: | :--- |
1313
| Full Refresh Sync || Warning: this mode deletes all previously synced data in the configured bucket path. |
1414
| Incremental - Append Sync || |
15+
| Incremental - Deduped History || As this connector does not support dbt, we don't support this sync mode on this destination. |
1516
| Namespaces || Setting a specific bucket path is equivalent to having separate namespaces. |
1617

1718
## Configuration

docs/integrations/destinations/kafka.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ Each record will contain in its key the uuid assigned by Airbyte, and in the val
2626
| :--- | :--- | :--- |
2727
| Full Refresh Sync | No | |
2828
| Incremental - Append Sync | Yes | |
29+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
2930
| Namespaces | Yes | |
3031

32+
3133
## Getting started
3234

3335
### Requirements

docs/integrations/destinations/keen.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Each stream will output an event in Keen. Each collection will inherit the name
2121
| :--- | :--- | :--- |
2222
| Full Refresh Sync | Yes | |
2323
| Incremental - Append Sync | Yes | |
24+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
2425
| Namespaces | No | |
2526

2627
## Getting started

docs/integrations/destinations/local-csv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Each stream will be output into its own file. Each file will contain 3 columns:
2424
| :--- | :--- | :--- |
2525
| Full Refresh Sync | Yes | |
2626
| Incremental - Append Sync | Yes | |
27+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
2728
| Namespaces | No | |
2829

2930
#### Performance considerations

docs/integrations/destinations/local-json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Each stream will be output into its own file. Each file will a collections of `j
2424
| :--- | :--- | :--- |
2525
| Full Refresh Sync | Yes | |
2626
| Incremental - Append Sync | Yes | |
27+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
2728
| Namespaces | No | |
2829

2930
#### Performance considerations

docs/integrations/destinations/meilisearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Each stream will be output into its own index in MeiliSearch. Each table will be
1616
| :--- | :--- | :--- |
1717
| Full Refresh Sync | Yes | |
1818
| Incremental - Append Sync | Yes | |
19+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
1920
| Namespaces | No | |
2021

2122
## Getting started

docs/integrations/destinations/mongodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each stream will be output into its own collection in MongoDB. Each collection w
2020
| :--- | :--- | :--- |
2121
| Full Refresh Sync | Yes | |
2222
| Incremental - Append Sync | Yes | |
23+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
2324
| Namespaces | Yes | |
2425

2526
## Getting started

docs/integrations/destinations/mssql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Each stream will be output into its own table in SQL Server. Each table will con
2828
| :--- | :--- | :--- |
2929
| Full Refresh Sync | Yes | |
3030
| Incremental - Append Sync | Yes | |
31+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
3132
| Namespaces | Yes | |
3233

3334
## Getting started

docs/integrations/destinations/mysql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each stream will be output into its own table in MySQL. Each table will contain
2020
| :--- | :--- | :--- |
2121
| Full Refresh Sync | Yes | |
2222
| Incremental - Append Sync | Yes | |
23+
| Incremental - Deduped History | Yes | |
2324
| Namespaces | Yes | |
2425

2526
## Getting started

docs/integrations/destinations/oracle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each stream will be output into its own table in Oracle. Each table will contain
2020
| :--- | :--- | :--- |
2121
| Full Refresh Sync | Yes | |
2222
| Incremental - Append Sync | Yes | |
23+
| Incremental - Deduped History | Yes | |
2324
| Namespaces | Yes | |
2425
| Basic Normalization | Yes | Only for raw tables, doesn't support for nested json yet |
2526

docs/integrations/destinations/postgres.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Each stream will be output into its own table in Postgres. Each table will conta
2222
| :--- | :--- | :--- |
2323
| Full Refresh Sync | Yes | |
2424
| Incremental - Append Sync | Yes | |
25+
| Incremental - Deduped History | Yes | |
2526
| Namespaces | Yes | |
2627

2728
## Getting started

docs/integrations/destinations/pubsub.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The data will be a serialized JSON, containing the following fields
2828
| :--- | :--- | :--- |
2929
| Full Refresh Sync | Yes | |
3030
| Incremental - Append Sync | Yes | |
31+
| Incremental - Deduped History | No | As this connector does not support dbt, we don't support this sync mode on this destination. |
3132
| Namespaces | Yes | |
3233

3334
## Getting started

docs/integrations/destinations/redshift.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Each stream will be output into its own raw table in Redshift. Each table will c
2626
| :--- | :--- | :--- |
2727
| Full Refresh Sync | Yes | |
2828
| Incremental - Append Sync | Yes | |
29+
| Incremental - Deduped History | Yes | |
2930
| Namespaces | Yes | |
3031

3132
#### Target Database

docs/integrations/destinations/s3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The Airbyte S3 destination allows you to sync data to AWS S3/ Minio S3. Each str
1212
| :--- | :---: | :--- |
1313
| Full Refresh Sync || Warning: this mode deletes all previously synced data in the configured bucket path. |
1414
| Incremental - Append Sync || |
15+
| Incremental - Deduped History || As this connector does not support dbt, we don't support this sync mode on this destination. |
1516
| Namespaces || Setting a specific bucket path is equivalent to having separate namespaces. |
1617

1718
## Configuration

docs/integrations/destinations/snowflake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Each stream will be output into its own table in Snowflake. Each table will cont
2020
| :--- | :--- | :--- |
2121
| Full Refresh Sync | Yes | |
2222
| Incremental - Append Sync | Yes | |
23+
| Incremental - Deduped History | Yes | |
2324
| Namespaces | Yes | |
2425

2526
## Getting started

0 commit comments

Comments
 (0)