diff --git a/docs/website/docs/dlt-ecosystem/transformations/sql.md b/docs/website/docs/dlt-ecosystem/transformations/sql.md index 766a99f817..9d2e90fb18 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/sql.md +++ b/docs/website/docs/dlt-ecosystem/transformations/sql.md @@ -20,7 +20,7 @@ connection. Typically you will use this type of transformation if you can create or update tables directly from existing tables -without any need to insert data from your python environment. +without any need to insert data from your Python environment. The example below creates a new table `aggregated_sales` that contains the total and average sales for each category and region