-
Notifications
You must be signed in to change notification settings - Fork 354
Cosmos: Use Driver to implement Read Item #4037
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.CosmosThe azure_cosmos crateThe azure_cosmos cratecosmos-driverfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.CosmosThe azure_cosmos crateThe azure_cosmos cratecosmos-driverfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
In preparation for #3906 , let's migrate the
ContainerClient::read_itemcall to use the driver. It's a fairly simple, but highly-used API that will allow us to get initial feedback on issues with the driver model.