From c04284c506385153d356375a220b0e0a863d06c7 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:14:57 +0000 Subject: [PATCH] updated --- .../verified-sources/sql_database/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/configuration.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/configuration.md index e73d0ebe6c..6d9f656d89 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/configuration.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/configuration.md @@ -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