You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,25 @@
1
1
# Databricks SQL Connector for Python
2
2
3
-
**Status: Generally Available**
3
+
The Databricks SQL Connector for Python allows you to develop Python applications that connect to Databricks clusters and SQL warehouses. It is a Thrift-based client with no dependencies on ODBC or JDBC. It conforms to the [Python DB API 2.0 specification](https://www.python.org/dev/peps/pep-0249/).
4
4
5
-
Documentation can be found here: [Databricks SQL Connector for Python](https://docs.databricks.com/dev-tools/python-sql-connector.html).
5
+
This connector uses Arrow as the data-exchange format, and supports APIs to directly fetch Arrow tables. Arrow tables are wrapped in the `ArrowQueue` class to provide a natural API to get several rows at a time.
6
6
7
-
## About
7
+
You are welcome to file an issue here for general use cases. You can also contact Databricks Support [here](help.databricks.com).
8
8
9
-
The Databricks SQL Connector is a Python library that allows you to use Python code to run
10
-
SQL commands on Databricks clusters and Databricks SQL endpoints.
11
-
This library follows [PEP 249 -- Python Database API Specification v2.0](https://www.python.org/dev/peps/pep-0249/).
0 commit comments