Fix reflink

This commit is contained in:
Alberto Hernandez
2025-12-12 10:56:14 +01:00
parent 3a137ba0f8
commit 1dfcbe037e

View File

@@ -140,7 +140,7 @@ pipeline.run(
)
```
`engine_args` configures only the engine used by the **destination**. It does not affect sources (use `engine_kwargs` for sources, see [here](../verified-sources/sql_database/configuration.md#passing-sqlalchemy-engine-options)).
`engine_args` configures only the engine used by the **destination**. It does not affect sources (use `engine_kwargs` for sources, see [here](../verified-sources/sql_database/configuration.md#passing-sqlalchemy-engine-options-engine_kwargs)).
## Notes on SQLite