Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Mar 10, 2025
1 parent 8020b19 commit c04284c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ It is recommended to configure credentials in `.dlt/secrets.toml` and to not inc

## Other connection options

### Using SqlAlchemy Engine as credentials
### Using SQLAlchemy Engine as credentials

You are able to pass an instance of SqlAlchemy Engine instead of credentials:
You are able to pass an instance of SQLAlchemy Engine instead of credentials:

```py
from dlt.sources.sql_database import sql_table
Expand Down

0 comments on commit c04284c

Please sign in to comment.