diff options
Diffstat (limited to 'server/continuedev/plugins/recipes/AddTransformRecipe/README.md')
-rw-r--r-- | server/continuedev/plugins/recipes/AddTransformRecipe/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/continuedev/plugins/recipes/AddTransformRecipe/README.md b/server/continuedev/plugins/recipes/AddTransformRecipe/README.md new file mode 100644 index 00000000..78d603a2 --- /dev/null +++ b/server/continuedev/plugins/recipes/AddTransformRecipe/README.md @@ -0,0 +1,9 @@ +# AddTransformRecipe
+
+Uses the Chess.com API example to show how to add map and filter Python transforms to a dlt pipeline.
+
+Background
+
+- https://dlthub.com/docs/general-usage/resource#filter-transform-and-pivot-data
+- https://dlthub.com/docs/customizations/customizing-pipelines/renaming_columns
+- https://dlthub.com/docs/customizations/customizing-pipelines/pseudonymizing_columns
|