ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

Documentation suggest env auth, while it's already deprecated

Open eivanov89 opened this issue 1 year ago • 0 comments

In python-sdk documentions it's recommended to use deprecated env auth:

/home/eivanov89/.local/lib/python3.8/site-packages/ydb/auth_helpers.py:22: UserWarning: using construct_credentials_from_environ method for credentials instantiation is deprecated and will be removed in the future major releases. Please instantialize credentials by default or provide correct credentials instance to the Driver.

eivanov89 avatar Mar 02 '23 19:03 eivanov89