We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a67c9 commit ff44083Copy full SHA for ff44083
examples/static-credentials/example.py
@@ -37,7 +37,7 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
37
endpoint=endpoint,
38
database=database,
39
credentials=ydb.StaticCredentials.from_user_password(user, password),
40
- root_certificates=ydb.load_ydb_root_certificate(ca_path)
+ root_certificates=ydb.load_ydb_root_certificate(ca_path),
41
)
42
43
with ydb.Driver(driver_config=driver_config) as driver:
0 commit comments