-
Notifications
You must be signed in to change notification settings - Fork 60
Support all auth options using bulk copy #534
Copy link
Copy link
Closed
Labels
area: bulk-copyIssues in cursor.bulkcopy()Issues in cursor.bulkcopy()bugSomething isn't workingSomething isn't workinginADOtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.under development
Description
Activity
Metadata
Metadata
Assignees
Labels
area: bulk-copyIssues in cursor.bulkcopy()Issues in cursor.bulkcopy()bugSomething isn't workingSomething isn't workinginADOtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.under development
Describe the bug
Using
Authentication=ActiveDirectoryServicePrincipalcausesbulkcopyto carsh withRuntimeError: Failed to connect to SQL Server: Connection Error: Authentication method 'ActiveDirectoryServicePrincipal' is not supported. No token provider was registered for this method.The docs to not mention supported auth options.
Further technical details
Python version: Python 3.12.9
SQL Server version: Azure SQL
Library Version: 1.5.0