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 2d9fb0c commit c373212Copy full SHA for c373212
examples/sqlalchemy.py
@@ -6,7 +6,9 @@
6
7
Because of the extent of SQLAlchemy's capabilities it isn't feasible to provide examples of every
8
usage in a single script, so we only provide a basic one here. More examples are found in our test
9
-suite at tests/e2e/sqlalchemy/test_basic.py
+suite at tests/e2e/sqlalchemy/test_basic.py and in the PR that implements this change:
10
+
11
+https://github.com/databricks/databricks-sql-python/pull/57
12
13
# What's already supported
14
0 commit comments