databricks-sql-python
databricks-sql-python copied to clipboard
Fix token federation warnings by making it opt-in and improving error handling [Issue #702]
What type of PR is this?
Fixes token federation warnings that were appearing for users not using identity federation. Token federation is now opt-in and only enabled when identity_federation_client_id is explicitly provided.
- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Other
Description
How is this tested?
- [ ] Unit tests
- [ ] E2E Tests
- [ ] Manually
- [ ] N/A