Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/transformations/sql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA authored Dec 13, 2024
1 parent 615fdf4 commit 4690bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/transformations/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ insert a row into the `customers` table. Note that the syntax is the same as for
connection.

:::info
* This method will work for all sql destinations supported by `dlt`, but not for the filesystem destination.
* This method will work for all SQL destinations supported by `dlt`, but not for the filesystem destination.
* Read the [sql client docs](../../ general-usage/dataset-access/dataset) for more information on how to access data with the sql client.
* If you are simply trying to read data, you should use the powerful [dataset interface](../../general-usage/dataset-access/dataset) instead.
:::
Expand Down

0 comments on commit 4690bcf

Please sign in to comment.