databricks-sql-python
databricks-sql-python copied to clipboard
Databricks SQL Connector for Python
[Written by @susodapop] Shields.io has a badge for supported python versions. It should work for this repository, but doesn't: ``` https://img.shields.io/pypi/pyversions/databricks-sql-connector ```  This probably requires a change to our...
Hi there, I'm using this client library to fetch much data from our DBX environment. The version I'm using is `3.3.0`. The library keeps crashing when attempts to concatenate two...
- Make OAuth as the default authenticator if no authentication setting is provided - Update `README.md` to remove the `access_token` authenticator from the example
[PECO-1803] ### Related Links databricks_sqlalchemy split is present in this PR - https://github.com/databricks/databricks-sqlalchemy/pull/1 ## Description databricks-sql-python library is split so that package size can be reduced for the end user...
Updated the certify version to "2024.7.4" [Dependabot report:](https://github.com/databricks/databricks-sql-python/security/dependabot/16) Package | Affected versions | Patched version -|-|- certifi | >= 2021.05.30, < 2024.07.04 | 2024.07.04 Certifi 2024.07.04 removes root certificates from...
Hello, I'm developing in PyCharm with the `databricks-sql-connector` package. The error message **Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)** is triggered whenever importing pandas. Here is...
We are currently using https://github.com/databricks/databricks-sql-python/blob/a5b1ab0745bb0a4e917ea800f36ae4b74d079a75/examples/README.md?plain=1#L34 to fetch statement ID when executing queries using sqlalchemy. However, the UUID is not returned at the very end of the query execution. And if...
I am applying a SQLDatabaseChain Chatbot model by using LangChain SQLDatabaseChain and GPT4. I first created this model on Databricks notebook like this : ``` import json import os import...
Hi, there is a gap between Hive server thrift file and the generated Python code. Where can I get the original thrift file of Python code?
Although python doesn't really have an "Export/Re-export" command, type checkers like mypy will warn if an imported object isn't part of module's `__all__` list. https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport With the ☝️ above rule...