Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sd-db
/
databricks-sql-python
Public
forked from
databricks/databricks-sql-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
databricks-sql-python
src
databricks
sql
auth
on
tf-2
User selector
All users
All time
Commit history
Commits on May 21, 2025
addresses comments
madhav-db
committed
85d0cd9
View commit details
Copy full SHA for 85d0cd9
View code at this point
Browse repository at this point
Commits on May 12, 2025
Refactor token expiry handling in DatabricksTokenFederationProvider and enhance unit tests for accurate expiry verification
madhav-db
committed
9fc4c0c
View commit details
Copy full SHA for 9fc4c0c
View code at this point
Browse repository at this point
Refactor token exchange parameters to be instance-specific in DatabricksTokenFederationProvider
madhav-db
committed
7ab4068
View commit details
Copy full SHA for 7ab4068
View code at this point
Browse repository at this point
general improvements
madhav-db
committed
2e12935
View commit details
Copy full SHA for 2e12935
View code at this point
Browse repository at this point
Commits on May 11, 2025
Fix token refresh to use fresh token from provider
madhav-db
committed
29f95f2
View commit details
Copy full SHA for 29f95f2
View code at this point
Browse repository at this point
Apply black formatting to auth files
madhav-db
committed
e6733cb
View commit details
Copy full SHA for e6733cb
View code at this point
Browse repository at this point
fmt
madhav-db
committed
49eab2a
View commit details
Copy full SHA for 49eab2a
View code at this point
Browse repository at this point
fmt
madhav-db
committed
541e82f
View commit details
Copy full SHA for 541e82f
View code at this point
Browse repository at this point
Commits on May 9, 2025
remove idp detection
madhav-db
committed
ae28649
View commit details
Copy full SHA for ae28649
View code at this point
Browse repository at this point
fmt
madhav-db
committed
aeeca66
View commit details
Copy full SHA for aeeca66
View code at this point
Browse repository at this point
refactoring
madhav-db
committed
c37cd01
View commit details
Copy full SHA for c37cd01
View code at this point
Browse repository at this point
update and add todo for future work
madhav-db
committed
76df22e
View commit details
Copy full SHA for 76df22e
View code at this point
Browse repository at this point
fmt
madhav-db
committed
34413f3
View commit details
Copy full SHA for 34413f3
View code at this point
Browse repository at this point
Commits on May 8, 2025
Enhance token federation refresh to get fresh external tokens
madhav-db
committed
d54ba93
View commit details
Copy full SHA for d54ba93
View code at this point
Browse repository at this point
Fix: Apply Black formatting to auth and token_federation modules
madhav-db
committed
de48411
View commit details
Copy full SHA for de48411
View code at this point
Browse repository at this point
addresses codecheck errors
madhav-db
committed
82d0be2
View commit details
Copy full SHA for 82d0be2
View code at this point
Browse repository at this point
debug
madhav-db
committed
3613cb0
View commit details
Copy full SHA for 3613cb0
View code at this point
Browse repository at this point
debug
madhav-db
committed
edc6027
View commit details
Copy full SHA for edc6027
View code at this point
Browse repository at this point
Commits on May 7, 2025
initial commit
madhav-db
committed
56a854f
View commit details
Copy full SHA for 56a854f
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
Added urllib3 version check (#547)
Show description for 6206df4
jprakash-db
authored
6206df4
View commit details
Copy full SHA for 6206df4
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
Add version check for urllib3 in backoff calculation (#526)
Show description for e716136
shivam2680
authored
e716136
View commit details
Copy full SHA for e716136
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
Forward porting all changes into 4.x.x. uptil v3.7.3 (#529)
Show description for 5148b07
jprakash-db
authored
5148b07
View commit details
Copy full SHA for 5148b07
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
Improve debugging + fix PR review template (#514)
Show description for 2ab9a5f
samikshya-db
authored
2ab9a5f
View commit details
Copy full SHA for 2ab9a5f
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
Fix for check_types github action failing (#472)
Show description for 980af88
jprakash-db
authored
980af88
View commit details
Copy full SHA for 980af88
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
[ PECO - 1768 ] PySQL: adjust HTTP retry logic to align with Go and Nodejs drivers (#467)
Show description for 43fa964
jprakash-db
authored
43fa964
View commit details
Copy full SHA for 43fa964
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
[PECO-1857] Use SSL options with HTTPS connection pool (#425)
Show description for 1f8cf73
kravets-levko
authored
1f8cf73
View commit details
Copy full SHA for 1f8cf73
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
[PECO-1801] Make OAuth as the default authenticator if no authentication setting is provided (#419)
Show description for 2d2b3c1
jackyhu-db
authored
2d2b3c1
View commit details
Copy full SHA for 2d2b3c1
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
[PECO-1715] Remove username/password (BasicAuth) auth option (#409)
Show description for 9f9e96d
jackyhu-db
authored
9f9e96d
View commit details
Copy full SHA for 9f9e96d
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
Do not retry failing requests with status code 401 (#408)
Show description for 5d869d0
Hodnebo
authored
5d869d0
View commit details
Copy full SHA for 5d869d0
View code at this point
Browse repository at this point
Upgrade mypy (#406)
Show description for 93e207e
wyattscarpenter
authored
93e207e
View commit details
Copy full SHA for 93e207e
View code at this point
Browse repository at this point
Commits on May 29, 2024
Fix log error in oauth.py (#269)
Show description for a6212b6
susodapop
and
kravets-levko
authored
a6212b6
View commit details
Copy full SHA for a6212b6
View code at this point
Browse repository at this point
Commits on May 28, 2024
Fix failing tests (#392)
Show description for a6e9b11
kravets-levko
authored
a6e9b11
View commit details
Copy full SHA for a6e9b11
View code at this point
Browse repository at this point
Commits on May 23, 2024
Update the proxy authentication (#354)
Show description for d63b71b
amir-haroun
authored
d63b71b
View commit details
Copy full SHA for d63b71b
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
Fix cookie setting (#379)
Show description for 7fade51
benc-db
authored
7fade51
View commit details
Copy full SHA for 7fade51
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Don't retry network requests that fail with code 403 (#373)
Show description for 1d4da9a
Jesse
authored
1d4da9a
View commit details
Copy full SHA for 1d4da9a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.