Skip to content
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 or learn 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: main
Choose a base ref
...
head repository: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v3.7.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 7, 2025

  1. Increased the number of retry attempts allowed (#486)

    Updated the number of attempts allowed
    jprakash-db authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    97b6392 View commit details
    Browse the repository at this point in the history
  2. bump version to 3.7.1 (#487)

    bumped up version
    jprakash-db authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    4c62c69 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Updated retry timeout (#497)

    * Updated the retry_logic
    
    * Added logging for checking retry time
    jprakash-db authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    fc9da22 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

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

Commits on Feb 3, 2025

  1. Bump version to v3.7.2 (#498)

    Updated version bump
    jprakash-db authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    74585f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Support for enforcing embedded schema (#505)

    * Added the enforce schema option
    
    * Renamed the variable
    jprakash-db authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    72b0044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce456fa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Added info logging for response (#511)

    * Added some logging support
    
    * Logs are based on what the server returns
    
    * Added back some of the better errors
    
    * Print status if not detected as error
    
    * Added logging in the flush step
    
    * Reformatted
    
    * Removed some unnecessary
    jprakash-db authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    3111158 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Fix : Unable to poll results in async API (#515)

    * Fixed the async issue
    
    * Added unit tests
    
    * Minor change
    
    * Changed to 5
    
    * Increased time
    jprakash-db authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    fb3e32c View commit details
    Browse the repository at this point in the history
  2. Bump up version to 3.7.3 (#523)

    Version bump changes
    jprakash-db authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    eb6d926 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    99be68e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Updating the actions/cache version (#546)

    Updated the cache version
    jprakash-db authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    62b5aad View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Bump up version to 3.7.4 (#548)

    Version bump 3.7.4
    jprakash-db authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    76a376b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Pyarrow Concat to to know merge with promote options as default (#745)

    * Update the Pyarrow concat
    
    * Updated the tests python versions
    
    * Updated github actions
    
    * removed python3.12
    
    * Black formatted
    
    * Fixed tests
    
    * Fixed more tests
    jprakash-db authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    bd7f870 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 3.7.5 (#748)

    Bumped version
    jprakash-db authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    c666489 View commit details
    Browse the repository at this point in the history
Loading