Skip to content

Commit 635c20c

Browse files
marcosmarxmxiaohansong
authored andcommitted
Docs: add deprecation note for normalization and custom transformation (#35275)
1 parent 334d57d commit 635c20c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/operator-guides/transformation-and-normalization/transformations-with-airbyte.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ products: oss-*
44

55
# Transformations with Airbyte (Part 3/3)
66

7+
:::warning
8+
Normalization and Custom Transformation are deprecated features.
9+
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
10+
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
11+
:::
12+
713
This tutorial will describe how to push a custom dbt transformation project back to Airbyte to use during syncs.
814

915
This guide is the last part of the tutorial series on transformations, following [Transformations with SQL](transformations-with-sql.md) and [connecting EL with T using dbt](transformations-with-dbt.md).

docs/operator-guides/transformation-and-normalization/transformations-with-dbt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ products: oss-*
44

55
# Transformations with dbt (Part 2/3)
66

7+
:::warning
8+
Normalization and Custom Transformation are deprecated features.
9+
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
10+
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
11+
:::
12+
713
This tutorial will describe how to integrate SQL based transformations with Airbyte syncs using specialized transformation tool: dbt.
814

915
This tutorial is the second part of the previous tutorial [Transformations with SQL](transformations-with-sql.md). Next, we'll wrap-up with a third part on submitting transformations back in Airbyte: [Transformations with Airbyte](transformations-with-airbyte.md).

docs/operator-guides/transformation-and-normalization/transformations-with-sql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ products: oss-*
44

55
# Transformations with SQL (Part 1/3)
66

7+
:::warning
8+
Normalization and Custom Transformation are deprecated features.
9+
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
10+
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
11+
:::
12+
713
This tutorial will describe how to integrate SQL based transformations with Airbyte syncs using plain SQL queries.
814

915
This is the first part of ELT tutorial. The second part goes deeper with [Transformations with dbt](transformations-with-dbt.md) and then wrap-up with a third part on [Transformations with Airbyte](transformations-with-airbyte.md).

0 commit comments

Comments
 (0)