From 220238b7921bdc9f1a00c362f780f0379f633842 Mon Sep 17 00:00:00 2001 From: dat-a-man Date: Fri, 26 Jan 2024 15:25:24 +0530 Subject: [PATCH] update --- .../data-enrichments/currency_conversion_data_enrichment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/general-usage/data-enrichments/currency_conversion_data_enrichment.md b/docs/website/docs/general-usage/data-enrichments/currency_conversion_data_enrichment.md index db470d3a56..ace44153a4 100644 --- a/docs/website/docs/general-usage/data-enrichments/currency_conversion_data_enrichment.md +++ b/docs/website/docs/general-usage/data-enrichments/currency_conversion_data_enrichment.md @@ -13,7 +13,7 @@ context). ## Currency conversion process -To enable currency conversion data enrichment, there are a few important steps involved: +To enable currency conversion data enrichment, here are a few important steps: 1. Define base and target currencies. e.g., USD (base) to EUR (target). 1. Obtain current exchange rates from a reliable source like a financial data API. @@ -200,7 +200,7 @@ API token. The `dlt` library's `transformer` and `add_map` functions serve distinct purposes in data processing. - `Transformers` are a form of A form of `dlt resource` that takes input from other resources + `Transformers` are a form of `dlt resource` that takes input from other resources via `data_from` argument in order to enrich or transform the data. [Click here.](../../general-usage/resource.md#process-resources-with-dlttransformer)