diff --git a/docs/website/docs/walkthroughs/adjust-a-schema.md b/docs/website/docs/walkthroughs/adjust-a-schema.md index c1c6189ac4..fb27ab3f9a 100644 --- a/docs/website/docs/walkthroughs/adjust-a-schema.md +++ b/docs/website/docs/walkthroughs/adjust-a-schema.md @@ -36,7 +36,8 @@ schemas |---export/ ``` -Instead of modifying the code, you can put those settings in `config.toml`: +Rather than providing the paths in the `dlt.pipeline` function, you can also set them +in the in `config.toml` file: ```toml export_schema_path="schemas/export"