You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/docs/dlt-ecosystem/verified-sources/sql_database/advanced.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,9 +258,7 @@ source = sql_database(
258
258
259
259
### Selecting columns and filtering rows across multiple tables
260
260
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
0 commit comments