Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

No method get_database_client in CosmosClient #181

@bukarev

Description

@bukarev

The documentation and examples point to the method get_database_client(database) to get a database by ID. Python3 runtime throws an error that such method doesn't exist.

In fact, calling of dir() on a CosmosClient instance gives the list of methods not at all listed in the documentation, and it's consistent with the source code right here.

Documentation seems to be completely out of sync.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions