- 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:ecdddba
head repository:databricks/databricks-sql-python
Uh oh!
There was an error while loading.Please reload this page.
compare:76a376b
- 20commits
- 18files changed
- 2contributors
Commits on Nov 20, 2024
[ PECO - 1768 ] PySQL: adjust HTTP retry logic to align with Go and N…
…odejs drivers (#467)* Added the exponential backoff code* Added the exponential backoff algorithm and refractored the code* Added jitter and added unit tests* Reformatted* Fixed the test_retry_exponential_backoff integration test
Commits on Nov 26, 2024
[ PECO-2065 ] Create the async execution flow for the PySQL Connector (…
…#463)* Built the basic flow for the async pipeline - testing is remaining* Implemented the flow for the get_execution_result, but the problem of invalid operation handle still persists* Missed adding some files in previous commit* Working prototype of execute_async, get_query_state and get_execution_result* Added integration tests for execute_async* add docs for functions* Refractored the async code* Fixed java doc* Reformatted
Fix for check_types github action failing (#472)
Fixed the chekc_types failing
Commits on Dec 5, 2024
Remove upper caps on dependencies (#452)
* Remove upper caps on numpy and pyarrow versions
Commits on Dec 6, 2024
Updated the doc to specify native parameters in PUT operation is not …
…supported from >=3.x connector (#477)Added doc update
Commits on Dec 22, 2024
Incorrect rows in inline fetch result (#479)
* Raised error when incorrect Row offset it returned* Changed error type* grammar fix* Added unit tests and modified the code* Updated error message* Updated the non retying to only inline case* Updated fix* Changed the flow* Minor update* Updated the retryable condition* Minor test fix* Added extra space
Commits on Dec 23, 2024
Bumped up to version 3.7.0 (#482)
* bumped up version* Updated to version 3.7.0* Grammar fix* Minor fix
Commits on Jan 7, 2025
Increased the number of retry attempts allowed (#486)
Updated the number of attempts allowed
Commits on Jan 31, 2025
* Updated the retry_logic* Added logging for checking retry time
Commits on Feb 19, 2025
Support for enforcing embedded schema (#505)
* Added the enforce schema option* Renamed the variable
Commits on Feb 23, 2025
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
Commits on Feb 28, 2025
Fix : Unable to poll results in async API (#515)
* Fixed the async issue* Added unit tests* Minor change* Changed to 5* Increased time
Commits on Apr 21, 2025
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 ecdddba...76a376b
Uh oh!
There was an error while loading.Please reload this page.