- 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.1.0
head repository:databricks/databricks-sql-python
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 14commits
- 38files changed
- 6contributors
Commits on Aug 20, 2025
Add documentation for proxy support (#680)
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
Fix compatibility with urllib3<2 and add CI actions to improve depend…
…ency checks (#678)* Add CI actions to improve dependency checksSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* Fix arg to scriptSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* don't do strict versioning to avoid issuesSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* don't add optional dependencies to requirements.txtSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* don't add optional dependencies to requirements.txtSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* Address urllib3 incompatibility in unified_http_client.pySigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* Handle transitive dependenciesSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* Make SEA client compatibleSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* fix SEA testSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* make tests compatible with urllib3<2 and >=2Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* update cached keySigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>* remove multi version testing for integration testsSigned-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>---------Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
Commits on Aug 21, 2025
Ready for 4.1.1 release (#682)
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
streaming ingestion support for PUT operation (#643)
* streaming put supoprtSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>* code formattingSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>* simplifying testsSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>---------Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
Commits on Aug 22, 2025
Removed use_threads argument on concat_tables for compatibility with …
…pyarrow<14 (#684)removed use_threads
Ready for 4.1.2 release (#685)
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
Commits on Aug 25, 2025
* query tags integrationSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>* query tags with sea flowSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>* optmized testsSigned-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>---------Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
Commits on Sep 25, 2025
Commits on Sep 26, 2025
Add Token Federation Support for Databricks SQL Python Driver (#691)
* token federation for python driver* address comment* address comments* lint* lint fix* nit* change import
Commits on Oct 24, 2025
Added a workflow to parallelise the E2E tests(#697)
* Added a workflow to parallelise the E2E tests. Updated E2E tests to create new table names for each run to avoid issue in parallelisation* Modified parallel code coverage workflow to fail when e2e tests fail* Fixed parallel coverage check pytest command* Modified e2e tests to support parallel execution* Added fallbacks for exit code 5 where we find no test for SEA* Fixed coverage artifact for parallel test workflow* Debugging coverage check merge* Improved coverage report merge and removed the test_driver test for faster testing* Debug commit for coverage merge* Debugging coverage merge 2* Debugging coverage merge 3* Removed unnecessary debug statements from the parallel code coverage workflow* Added unit test and common e2e tests* Added null checks for coverage workflow* Improved the null check for test list* Improved the visibility for test list* Added check for exit code 5* Updated the workflowfor coverage check to use pytst -xdist to run the tests parallely* Enforced the e2e tests should pass* Changed name for workflow job* Updated poetry* Removed integration and previous code coverage workflow* Added the integration workflow again
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.1.0...main
Uh oh!
There was an error while loading.Please reload this page.