| Port details |
- py-databricks-sql-connector Databricks SQL Connector for Python
- 4.2.3 databases
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-12-09 11:24:12
- Last Update: 2025-12-30 13:29:11
- Commit Hash: 46c057c
- 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 py311-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 py311-databricks-sql-connector listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-databricks-sql-connector
- Package flavors (<flavor>: <package>)
- py311: py311-databricks-sql-connector
- distinfo:
- TIMESTAMP = 1766953342
SHA256 (databricks_sql_connector-4.2.3.tar.gz) = 01ebeeaaa85a84bc3910e3fd1ddf969c56ce0e5f825dc84881a65d16eaa681b6
SIZE (databricks_sql_connector-4.2.3.tar.gz) = 186274
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:
-
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-lz4>=4.4.5<5 : archivers/py-lz4@py311
- py311-oauthlib>=3.1.0<4 : security/py-oauthlib@py311
- py311-openpyxl>=3.0.10<4 : textproc/py-openpyxl@py311
- py311-pandas>=2.2.3,1<2.4.0,1 : math/py-pandas@py311
- py311-pybreaker>=1.0.0<2 : devel/py-pybreaker@py311
- py311-pyjwt>=2.0.0<3 : www/py-pyjwt@py311
- py311-python-dateutil>=2.8.0<3 : devel/py-python-dateutil@py311
- py311-requests>=2.18.1<3 : www/py-requests@py311
- py311-requests-kerberos>=0<0.16 : security/py-requests-kerberos@py311
- py311-thrift>=0.16.0,1 : devel/py-thrift@py311
- py311-urllib3>=1.26,1 : net/py-urllib3@py311
- py311-pyarrow>=18.0.0 : databases/py-pyarrow@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-databricks-sql-connector-4.2.3:
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:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.2.3 30 Dec 2025 13:29:11
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-databricks-sql-connector: Update to 4.2.3
Changes: https://github.com/databricks/databricks-sql-python/releases |
4.2.2_1 17 Dec 2025 10:11:59
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-databricks-sql-connector: Update RUN_DEPENDS
- Bump PORTREVISION for dependency and package change |
4.2.2 09 Dec 2025 11:20:48
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-databricks-sql-connector: Add py-databricks-sql-connector 4.2.2
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. |
Number of commits found: 3
|