Skip to content

Docs: add deprecation note for normalization and custom transformation #35275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions docs/cloud/managing-airbyte-cloud/dbt-cloud-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ products: cloud

# Use the dbt Cloud integration

:::warning
Normalization and Custom Transformation are deprecated features.
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
Copy link
Contributor

@rileybrook rileybrook Feb 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be explicit, dbt cloud will remain available as an option for airbyte cloud. At least for the short-term future. Which could mean modifying this line within the dbt-cloud-integration page.

:::

By using the dbt Cloud integration, you can create and run dbt transformations during syncs in Airbyte Cloud. This allows you to transform raw data into a format that is suitable for analysis and reporting, including cleaning and enriching the data.

:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ products: oss-*

# Transformations with Airbyte (Part 3/3)

:::warning
Normalization and Custom Transformation are deprecated features.
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
:::

This tutorial will describe how to push a custom dbt transformation project back to Airbyte to use during syncs.

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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ products: oss-*

# Transformations with dbt (Part 2/3)

:::warning
Normalization and Custom Transformation are deprecated features.
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
:::

This tutorial will describe how to integrate SQL based transformations with Airbyte syncs using specialized transformation tool: dbt.

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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ products: oss-*

# Transformations with SQL (Part 1/3)

:::warning
Normalization and Custom Transformation are deprecated features.
Destinations using Normalization will be replaced by [Typing and Deduping](/using-airbyte/core-concepts/typing-deduping.md).
Custom Transformation will be removed on March 31. For more information, visit [here](https://github.com/airbytehq/airbyte/discussions/34860).
:::

This tutorial will describe how to integrate SQL based transformations with Airbyte syncs using plain SQL queries.

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).
Expand Down