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
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:databricks/databricks-sql-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v4.1.0
Choose a base ref
Loading
...
head repository:databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 14commits
  • 38files changed
  • 6contributors

Commits on Aug 20, 2025

  1. Add documentation for proxy support (#680)

    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    @vikrantpuppala
    vikrantpuppala authoredAug 20, 2025
    Configuration menu
    Copy the full SHA
    87fed36View commit details
    Browse the repository at this point in the history
  2. 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>
    @vikrantpuppala
    vikrantpuppala authoredAug 20, 2025
    Configuration menu
    Copy the full SHA
    6e0f5ffView commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Ready for 4.1.1 release (#682)

    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    @vikrantpuppala
    vikrantpuppala authoredAug 21, 2025
    Configuration menu
    Copy the full SHA
    e2a972eView commit details
    Browse the repository at this point in the history
  2. 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>
    @sreekanth-db
    sreekanth-db authoredAug 21, 2025
    Configuration menu
    Copy the full SHA
    9e67c79View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Removed use_threads argument on concat_tables for compatibility with …

    …pyarrow<14 (#684)removed use_threads
    @jprakash-db
    jprakash-db authoredAug 22, 2025
    Configuration menu
    Copy the full SHA
    097a2c5View commit details
    Browse the repository at this point in the history
  2. Ready for 4.1.2 release (#685)

    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    @vikrantpuppala
    vikrantpuppala authoredAug 22, 2025
    Configuration menu
    Copy the full SHA
    d9d070cView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    415fb53View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    048fae1View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. query tags integration (#663)

    * 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>
    @sreekanth-db
    sreekanth-db authoredAug 25, 2025
    Configuration menu
    Copy the full SHA
    bcab1dfView commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    07c541bView commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    54dd646View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. 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
    @madhav-db
    madhav-db authoredSep 26, 2025
    Configuration menu
    Copy the full SHA
    f835acaView commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Release version to 4.1.4 (#699)

    release-4.1.4
    @madhav-db
    madhav-db authoredOct 15, 2025
    Configuration menu
    Copy the full SHA
    30286adView commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. 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
    @msrathore-db
    msrathore-db authoredOct 24, 2025
    Configuration menu
    Copy the full SHA
    fd65fd2View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp