Commit 949d602
Fold keypair sample into existing update_connection_auth
update_connection_auth.py already covers exactly this workflow (change
a connection's auth_type + credentials via the update-connection
endpoint). The prior keypair-specific sample added no new code path --
only Snowflake-keypair context that belongs in the shared sample's
header.
Delete the dedicated keypair sample; expand update_connection_auth's
header comment to list common authentication_type values (including
auth-keypair) and to spell out the pre-saved-credential prerequisite
that applies to any embed_password=True conversion.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 09b87b9 commit 949d602
2 files changed
Lines changed: 28 additions & 130 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
1 | 29 | | |
2 | 30 | | |
3 | 31 | | |
| |||
This file was deleted.
0 commit comments