- Notifications
You must be signed in to change notification settings - Fork126
Comparing changes
Open a pull request
base repository:databricks/databricks-sql-python
Uh oh!
There was an error while loading.Please reload this page.
base:v4.0.0
head repository:databricks/databricks-sql-python
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.0.2
- 14commits
- 24files changed
- 7contributors
Commits on Feb 27, 2025
Updated action's version (#455)
Updated actions version.Signed-off-by: Arata Hatori <newwingbird@gmail.com>
Support Python 3.13 and update deps (#510)
* Remove upper caps on dependencies (#452)* Remove upper caps on numpy and pyarrow versionsSigned-off-by: David Black <dblack@atlassian.com>* Added CI CD upto python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Specify pandas 2.2.3 as the lower bound for python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Specify pyarrow 18.0.0 as the lower bound for python 3.13Signed-off-by: David Black <dblack@atlassian.com>* Move `numpy` to dev dependenciesSigned-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>* Updated lockfileSigned-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>---------Signed-off-by: David Black <dblack@atlassian.com>Signed-off-by: Dave Hirschfeld <dave.hirschfeld@gmail.com>Co-authored-by: David Black <dblack@atlassian.com>
Commits on Mar 2, 2025
Improve debugging + fix PR review template (#514)
* Improve debugging + add PR review template* case sensitivity of PR template
Commits on Mar 7, 2025
Forward porting all changes into 4.x.x. uptil v3.7.3 (#529)
* Base changes* Black formatter* Cache version fix* Added the changed test_retry.py file* retry_test_mixins changes
Commits on Mar 11, 2025
Add version check for urllib3 in backoff calculation (#526)
Signed-off-by: Shivam Raj <shivam.raj@databricks.com>
Commits on Mar 12, 2025
[ES-1372353] make user_agent_header part of public API (#530)
* make user_agent_header part of public API* removed user_agent_entry from list of internal params* add backward compatibility
Updates runner used to run DCO check to use databricks-protected-runn…
…er (#521)* commit 1Signed-off-by: Madhav Sainanee <madhav.sainanee@databricks.com>* commit 1Signed-off-by: Madhav Sainanee <madhav.sainanee@databricks.com>* updates runner for dco checkSigned-off-by: Madhav Sainanee <madhav.sainanee@databricks.com>* removes contributing file changesSigned-off-by: Madhav Sainanee <madhav.sainanee@databricks.com>---------Signed-off-by: Madhav Sainanee <madhav.sainanee@databricks.com>
Commits on Mar 18, 2025
Support multiple timestamp formats in non arrow flow (#533)
* Added check for 2 formats* Wrote unit tests* Added more supporting formats* Added the T format datetime* Added more timestamp formats* Added python-dateutil library
Commits on Mar 19, 2025
prepare release for v4.0.1 (#534)
Signed-off-by: Shivam Raj <shivam.raj@databricks.com>
Commits on Apr 1, 2025
Relaxed bound for python-dateutil (#538)
Changed bound for python-datetutil
Added example for async execute query (#537)
Added examples and fixed the async execute not working without pyarrow
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.0.0...v4.0.2
Uh oh!
There was an error while loading.Please reload this page.