We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de947 commit 11e58a8Copy full SHA for 11e58a8
awswrangler/sqlserver.py
@@ -222,6 +222,7 @@ def read_sql_query(
222
Examples
223
--------
224
Reading from Microsoft SQL Server using a Glue Catalog Connections
225
+
226
>>> import awswrangler as wr
227
>>> con = wr.sqlserver.connect(connection="MY_GLUE_CONNECTION", odbc_driver_version=17)
228
>>> df = wr.sqlserver.read_sql_query(
0 commit comments