| Port details |
- py-databricks-sql-connector Databricks SQL Connector for Python
- 4.3.0 databases
=0 4.2.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-12-09 11:24:12
- Last Update: 2026-07-11 12:20:59
- Commit Hash: 7bd45cb
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/databricks/databricks-sql-python
- Description:
- 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.
This connector uses Arrow as the data-exchange format, and supports APIs (e.g.
fetchmany_arrow) 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. PyArrow
is required to enable this and use these APIs, you can install it via pip
install pyarrow or pip install databricks-sql-connector[pyarrow].
The connector includes built-in support for HTTP/HTTPS proxy servers with
multiple authentication methods including basic authentication and
Kerberos/Negotiate authentication. See docs/proxy.md and
examples/proxy_authentication.py for details.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}databricks-sql-connector>0:databases/py-databricks-sql-connector@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-databricks-sql-connector/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-databricks-sql-connector
- pkg install py312-databricks-sql-connector
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-databricks-sql-connector listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-databricks-sql-connector
- Package flavors (<flavor>: <package>)
- py312: py312-databricks-sql-connector
- distinfo:
- TIMESTAMP = 1783564014
SHA256 (databricks_sql_connector-4.3.0.tar.gz) = 047a56d31a61a04bd7eaa33a29e2c899b177f5b9089c127e9ae88c261e635cd1
SIZE (databricks_sql_connector-4.3.0.tar.gz) = 222828
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-poetry-core>=1.0.0 : devel/py-poetry-core@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-lz4>=4.4.5<5 : archivers/py-lz4@py312
- py312-oauthlib>=3.1.0<4 : security/py-oauthlib@py312
- py312-openpyxl>=3.0.10<4 : textproc/py-openpyxl@py312
- py312-pandas>=2.2.3,1<4.0.0,1 : math/py-pandas@py312
- py312-pybreaker>=1.0.0<2 : devel/py-pybreaker@py312
- py312-pyjwt>=2.0.0<3 : www/py-pyjwt@py312
- py312-python-dateutil>=2.8.0<3 : devel/py-python-dateutil@py312
- py312-requests>=2.18.1<3 : www/py-requests@py312
- py312-requests-kerberos>=0<0.16 : security/py-requests-kerberos@py312
- py312-thrift>=0.22.0,1<0.23,1 : devel/py-thrift@py312
- py312-urllib3>=1.26,1 : net/py-urllib3@py312
- py312-pyarrow>=22.0.0 : databases/py-pyarrow@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py312-databricks-sql-connector-4.3.0:
PYARROW=on: Apache Arrow support
===> Use 'make config' to modify these settings
- Options name:
- databases_py-databricks-sql-connector
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|