From a98e2ae441c92914b8bbe47d25004f03c4abbd7a Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 18 Oct 2024 00:51:16 +0200 Subject: [PATCH] just to rerun tests --- .../verified-sources/sql_database/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/troubleshooting.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/troubleshooting.md index 3a93cf0d22..ced89eed47 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/troubleshooting.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database/troubleshooting.md @@ -64,7 +64,7 @@ To fix connection issues with ConnectorX and MS SQL Server, include both `Encryp ```py sources.sql_database.credentials="mssql://user:password@server:1433/database?driver=ODBC+Driver+17+for+SQL+Server&Encrypt=yes&encrypt=true" ``` -This approach can help resolve connection-related issues. +This approach can help resolve connection-related issues. ## Troubleshooting backends