Skip to content

Commit 4c7f558

Browse files
committed
Updated explanation
1 parent 6dcb8f0 commit 4c7f558

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +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` to select specific columns. Use them together to filter and shape data from multiple tables.
262-
263-
Here is an example that applies both adapters to multiple tables:
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
264262
```py
265263
from dlt.sources.sql_database import sql_database
266264

0 commit comments

Comments
 (0)