Skip to content

Commit

Permalink
📚 Destinations V2: update typing & deduping doc link (airbytehq#34505)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin authored and jatinyadav-cc committed Feb 26, 2024
1 parent d4b65c3 commit 6c7d88b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
},
"use_1s1t_format": {
"type": "boolean",
"description": "(Early Access) Use <a href=\"https://docs.airbyte.com/understanding-airbyte/typing-deduping\" target=\"_blank\">Destinations V2</a>.",
"description": "(Early Access) Use <a href=\"https://docs.airbyte.com/using-airbyte/core-concepts/typing-deduping\" target=\"_blank\">Destinations V2</a>.",
"title": "Use Destinations V2 (Early Access)",
"order": 9
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
"use_1s1t_format": {
"type": "boolean",
"description": "(Early Access) Use <a href=\"https://docs.airbyte.com/understanding-airbyte/typing-deduping\" target=\"_blank\">Destinations V2</a>.",
"description": "(Early Access) Use <a href=\"https://docs.airbyte.com/using-airbyte/core-concepts/typing-deduping\" target=\"_blank\">Destinations V2</a>.",
"title": "Use Destinations V2 (Early Access)",
"order": 9
},
Expand Down
2 changes: 1 addition & 1 deletion docs/connector-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The steps for updating an existing connector are the same as for building a new

_Coming soon._

Typing and Deduplication is how Airbyte transforms the raw data which is transmitted during a sync into easy-to-use final tables for database and data warehouse destinations. For more information on how typing and deduplication works, see [this doc](/understanding-airbyte/typing-deduping).
Typing and Deduplication is how Airbyte transforms the raw data which is transmitted during a sync into easy-to-use final tables for database and data warehouse destinations. For more information on how typing and deduplication works, see [this doc](/using-airbyte/core-concepts/typing-deduping).

## Publishing a connector

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/bigquery-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Worthy of specific mention, this version includes:
- Removal of sub-tables for nested properties
- Removal of SCD tables

Learn more about what's new in Destinations V2 [here](/understanding-airbyte/typing-deduping).
Learn more about what's new in Destinations V2 [here](/using-airbyte/core-concepts/typing-deduping).
2 changes: 1 addition & 1 deletion docs/integrations/destinations/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ could be subject to change in future versions.
misformatted or unexpected data. The column type in BigQuery is `JSON`. ... and a column of the
proper data type for each of the top-level properties from your source's schema. Arrays and
Objects will remain as JSON columns in BigQuery. Learn more about Typing and Deduping
[here](/understanding-airbyte/typing-deduping)
[here](/using-airbyte/core-concepts/typing-deduping)

The output tables in BigQuery are partitioned by the Time-unit column `airbyte_extracted_at` at a
daily granularity and clustered by `airbyte_extracted_at` and the table Primary Keys. Partitions
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/redshift-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Worthy of specific mention, this version includes:
- Removal of sub-tables for nested properties
- Removal of SCD tables

Learn more about what's new in Destinations V2 [here](/understanding-airbyte/typing-deduping).
Learn more about what's new in Destinations V2 [here](/using-airbyte/core-concepts/typing-deduping).
2 changes: 1 addition & 1 deletion docs/integrations/destinations/snowflake-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Worthy of specific mention, this version includes:
- Removal of sub-tables for nested properties
- Removal of SCD tables

Learn more about what's new in Destinations V2 [here](/understanding-airbyte/typing-deduping).
Learn more about what's new in Destinations V2 [here](/using-airbyte/core-concepts/typing-deduping).

## Upgrading to 2.0.0

Expand Down
14 changes: 7 additions & 7 deletions docs/using-airbyte/core-concepts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ An Airbyte component which pulls data from a source or pushes data to a destinat

A connection is an automated data pipeline that replicates data from a source to a destination. Setting up a connection enables configuration of the following parameters:

| Concept | Description |
|---------------------|---------------------------------------------------------------------------------------------------------------------|
| [Replication Frequency](/using-airbyte/core-concepts/sync-schedules.md) | When should a data sync be triggered? |
| [Destination Namespace and Stream Prefix](/using-airbyte/core-concepts/namespaces.md) | Where should the replicated data be written? |
| [Sync Mode](/using-airbyte/core-concepts/sync-modes/README.md) | How should the streams be replicated (read and written)? |
| [Schema Propagation](/cloud/managing-airbyte-cloud/manage-schema-changes.md) | How should Airbyte handle schema drift in sources? |
| Concept | Description |
|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
| [Replication Frequency](/using-airbyte/core-concepts/sync-schedules.md) | When should a data sync be triggered? |
| [Destination Namespace and Stream Prefix](/using-airbyte/core-concepts/namespaces.md) | Where should the replicated data be written? |
| [Sync Mode](/using-airbyte/core-concepts/sync-modes/README.md) | How should the streams be replicated (read and written)? |
| [Schema Propagation](/cloud/managing-airbyte-cloud/manage-schema-changes.md) | How should Airbyte handle schema drift in sources? |
| [Catalog Selection](/cloud/managing-airbyte-cloud/configuring-connections.md#modify-streams-in-your-connection) | What data should be replicated from the source to the destination? |

## Stream
Expand Down Expand Up @@ -83,7 +83,7 @@ Typing and deduping ensures the data emitted from sources is written into the co
Typing and Deduping is the default method of transforming datasets within data warehouse and database destinations after they've been replicated. We are retaining documentation about normalization to support legacy destinations.
:::

For more details, see our [Typing & Deduping documentation](/understanding-airbyte/typing-deduping).
For more details, see our [Typing & Deduping documentation](/using-airbyte/core-concepts/typing-deduping).

## Basic Normalization

Expand Down

0 comments on commit 6c7d88b

Please sign in to comment.