-
Notifications
You must be signed in to change notification settings - Fork 526
Closed
Labels
status-fixed_awaiting_releaseThe issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.status-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
Description
Hi
While looking into re-using tokens in the Python connector, we came across the client_store_temporary_credential parameter. It's mentioned in various places, but it's missing from the docs for the Python connector: https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-api#label-snowflake-connector-methods-connect
It's mentioned in the Github repo for the connector e.g. here:
| PARAMETER_CLIENT_STORE_TEMPORARY_CREDENTIAL = "CLIENT_STORE_TEMPORARY_CREDENTIAL" |
It's also mentioned as a change back in April:
snowflake-connector-python/DESCRIPTION.md
Line 100 in 450b023
| - For OAuth Token caching: Passing a username to driver configuration is required, and the `client_store_temporary_credential property` is to be set to `true`. |
Am I overseeing something in the docs or is the param just missing from the docs?
Metadata
Metadata
Assignees
Labels
status-fixed_awaiting_releaseThe issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.status-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team