Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/transformations/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA authored Dec 13, 2024
1 parent 949fdca commit 5918440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/transformations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import DocCardList from '@theme/DocCardList';
If you'd like to transform your data after a pipeline load, you have 3 options available to you:

* [Using dbt](./dbt/dbt.md) - dlt provides a convenient dbt wrapper to make integration easier
* [Using the `dlt` SQL client](./sql.md) - dlt exposes an sql client to transform data on your destination directly using sql
* [Using the `dlt` SQL client](./sql.md) - dlt exposes an SQL client to transform data on your destination directly using SQL.
* [Using Python with DataFrames or Arrow tables](./python.md) - you can also transform your data using Arrow tables and DataFrames in Python.

If you need to preprocess some of your data before it is loaded, you can learn about strategies to:
Expand Down

0 comments on commit 5918440

Please sign in to comment.