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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +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` (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.
0 commit comments