Skip to content

Commit 28dd9aa

Browse files
committed
Updated tezt final
1 parent 4c7f558 commit 28dd9aa

File tree

1 file changed

+1
-1
lines changed
  • docs/website/docs/dlt-ecosystem/verified-sources/sql_database

1 file changed

+1
-1
lines changed

docs/website/docs/dlt-ecosystem/verified-sources/sql_database/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ source = sql_database(
258258

259259
### Selecting columns and filtering rows across multiple tables
260260

261-
You can use `query_adapter_callback` to apply SQL filters to rows and `table_adapter_callback` (as above) to select specific columns. You can use them together to shape data from multiple tables
261+
You can filter rows by applying SQL filters using the `query_adapter_callback`, and select specific columns using the `table_adapter_callback` (as above). You can use them together to shape data from multiple tables.
262262
```py
263263
from dlt.sources.sql_database import sql_database
264264

0 commit comments

Comments
 (0)