From 9de0a1af7a5740613fa4828dc579fe9f25e4581c Mon Sep 17 00:00:00 2001 From: anuunchin Date: Thu, 16 Nov 2023 16:07:28 +0100 Subject: [PATCH] Final copy improvements --- .../website/docs/dlt-ecosystem/verified-sources/sql_database.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md index 8a17b8421e..5205b5813d 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md @@ -54,10 +54,8 @@ This verified source utilizes SQLAlchemy for database connectivity. Let's take a `connection_url = "mysql+pymysql://rfamro@mysql-rfam-public.ebi.ac.uk:4497/Rfam"` -The database above doesn't require a password. The database above doesn't require a password. -The connection URL can be broken down into: The connection URL can be broken down into: ```python