Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Readme updates#4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
susodapop merged 3 commits intomainfromsusodapop-patch-1
Jun 24, 2022
Merged

Readme updates#4

susodapop merged 3 commits intomainfromsusodapop-patch-1
Jun 24, 2022

Conversation

@susodapop
Copy link
Contributor

Updating the README prior to announcing the public release at DAIS.

@susodapopsusodapop requested review froma team andarikfrJune 23, 2022 23:28
Copy link
Collaborator

@moderakhmoderakh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM. Thanks@susodapop

README.md Outdated
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. And it conforms to the[Python DB API 2.0 specification](https://www.python.org/dev/peps/pep-0249/).

Documentation can be found here:[Databricks SQL Connector for Python](https://docs.databricks.com/dev-tools/python-sql-connector.html).
The initial public release (`v1.0`) was a very lightly modified version of[PyHive](https://pypi.org/project/PyHive/). The`v2.0` release was a complete from scratch re-write, with the same public API. Since`v2.0`, it uses Arrow as the data-exchange format.`v2.0` also 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.
Copy link
Collaborator

@moderakhmoderakhJun 23, 2022
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thev2.0 release was a complete from scratch re-write, with the same public API.

can a customer who is using v1. just bump the version of dependency and use v1 in their code without making any code change other than version bump?

are there any breaking changes from v1 -> v2?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think so, yes. However, after conferring with@taotao-db I removed the reference to the v1 connector. I included it originally because I was confused. I thought the v1 code was contained in the commit history here. But it's actually housed elsewhere and will not be open sourced AFAIK. So best not to reference it here to avoid confusion.

@susodapopsusodapop merged commite8b4d01 intomainJun 24, 2022
@susodapopsusodapop deleted the susodapop-patch-1 branchJune 24, 2022 17:45
PeterDKay referenced this pull request in sede-open/databricks-sql-pythonMay 25, 2023
saishreeeee pushed a commit that referenced this pull requestJun 4, 2025
saishreeeee pushed a commit that referenced this pull requestJun 4, 2025
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@moderakhmoderakhmoderakh approved these changes

@arikfrarikfrAwaiting requested review from arikfr

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@susodapop@moderakh

[8]ページ先頭

©2009-2025 Movatter.jp