Skip to content

Commit 0744396

Browse files
author
VSC-Service-Account
committed
1 parent 93fa049 commit 0744396

File tree

223 files changed

+16789
-653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+16789
-653
lines changed

docs-ref-autogen/azure-core/azure.core.messaging.CloudEvent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ constructor:
4040
- <xref:object>
4141
- name: time
4242
description: Optional. The time (in UTC) the event was generated.
43-
defaultValue: <object object at 0x000002673471EDF0>
43+
defaultValue: <object object at 0x000001509760ADF0>
4444
types:
4545
- <xref:datetime.datetime>
4646
- name: dataschema

docs-ref-autogen/azure-cosmos/azure.cosmos.ContainerProxy.yml

+15-6
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ methods:
700700
examples.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\"\
701701
: [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
702702
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
703-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
703+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
704704
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
705705
: 1}, \"linenos\": false} -->\n\n````python\n\n import json\n\n for item in\
706706
\ container.query_items(\n query='SELECT * FROM products p WHERE p.productModel\
@@ -710,7 +710,7 @@ methods:
710710
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
711711
dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\
712712
\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\\
713-
37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
713+
37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
714714
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
715715
: 1}, \"linenos\": false} -->\n\n````python\n\n discontinued_items = container.query_items(\n\
716716
\ query='SELECT * FROM products p WHERE p.productModel = @model AND p.productName=\"\
@@ -723,9 +723,10 @@ methods:
723723
were modified.
724724
signature: 'query_items_change_feed(partition_key_range_id: str | None = None, is_start_from_beginning:
725725
bool = False, continuation: str | None = None, max_item_count: int | None = None,
726-
*, partition_key: str | int | float | bool | Sequence[str | int | float | bool
727-
| None] | Type[NonePartitionKeyValue] | None = None, priority: Literal[''High'',
728-
''Low''] | None = None, **kwargs: Any) -> ItemPaged[Dict[str, Any]]'
726+
*, start_time: datetime | None = None, partition_key: str | int | float | bool
727+
| Sequence[str | int | float | bool | None] | Type[NonePartitionKeyValue] | None
728+
= None, priority: Literal[''High'', ''Low''] | None = None, **kwargs: Any) ->
729+
ItemPaged[Dict[str, Any]]'
729730
parameters:
730731
- name: partition_key_range_id
731732
description: 'ChangeFeed requests can be executed against specific partition key
@@ -757,6 +758,14 @@ methods:
757758
description: Max number of items to be returned in the enumeration operation.
758759
isRequired: true
759760
keywordOnlyParameters:
761+
- name: start_time
762+
description: 'Specifies a point of time to start change feed. Provided value will
763+
be
764+
765+
converted to UTC. This value will be ignored if *is_start_from_beginning* is
766+
set to true.'
767+
types:
768+
- <xref:datetime.datetime>
760769
- name: partition_key
761770
description: partition key at which ChangeFeed requests are targeted.
762771
types:
@@ -955,7 +964,7 @@ methods:
955964
examples.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\"\
956965
: [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
957966
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
958-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
967+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
959968
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
960969
: 1}, \"linenos\": false} -->\n\n````python\n\n item = container.read_item(\"\
961970
item2\", partition_key=\"Widget\")\n item[\"productModel\"] = \"DISCONTINUED\"\

docs-ref-autogen/azure-cosmos/azure.cosmos.CosmosClient.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ examples:
125125
- "Create a new instance of the Cosmos DB client:<!--[!code-python[Main](les\\examples.py\
126126
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"dupnames\"\
127127
: [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\\Python\\\
128-
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.6.0\\\
128+
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.7.0\\\
129129
\\samples\\\\examples.py\", \"xml:space\": \"preserve\", \"force\": false, \"language\"\
130130
: \"python\", \"highlight_args\": {\"linenostart\": 1}, \"linenos\": false} -->\n\
131131
\n````python\n\n from azure.cosmos import exceptions, CosmosClient, PartitionKey\n\
@@ -188,7 +188,7 @@ methods:
188188
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
189189
dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\
190190
\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\\
191-
37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
191+
37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
192192
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
193193
: 1}, \"linenos\": false} -->\n\n````python\n\n database_name = \"testDatabase\"\
194194
\n try:\n database = client.create_database(id=database_name)\n except\

docs-ref-autogen/azure-cosmos/azure.cosmos.DatabaseProxy.yml

+44-10
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ methods:
5151
unique_key_policy: Dict[str, Any] | None = None, conflict_resolution_policy: Dict[str,
5252
Any] | None = None, *, session_token: str | None = None, initial_headers: Dict[str,
5353
str] | None = None, etag: str | None = None, match_condition: MatchConditions
54-
| None = None, analytical_storage_ttl: int | None = None, **kwargs: Any) -> ContainerProxy'
54+
| None = None, analytical_storage_ttl: int | None = None, vector_embedding_policy:
55+
Dict[str, Any] | None = None, **kwargs: Any) -> ContainerProxy'
5556
parameters:
5657
- name: id
5758
description: ID (name) of container to create.
@@ -133,6 +134,15 @@ methods:
133134
*here: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/computed-properties?tabs=dotnet*'
134135
types:
135136
- <xref:typing.List>[<xref:typing.Dict>[<xref:str>, <xref:str>]]
137+
- name: vector_embedding_policy
138+
description: '**provisional** The vector embedding policy for the container.
139+
140+
Each vector embedding possesses a predetermined number of dimensions, is associated
141+
with an underlying
142+
143+
data type, and is generated for a particular distance function.'
144+
types:
145+
- <xref:typing.Dict>[<xref:str>, <xref:typing.Any>]
136146
return:
137147
description: A *ContainerProxy* instance representing the new container.
138148
types:
@@ -145,7 +155,7 @@ methods:
145155
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
146156
dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\
147157
\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\\
148-
37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
158+
37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
149159
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
150160
: 1}, \"linenos\": false} -->\n\n````python\n\n container_name = \"products\"\
151161
\n try:\n container = database.create_container(\n id=container_name,\
@@ -155,7 +165,7 @@ methods:
155165
\ key:<!--[!code-python[Main](les\\examples.py )]-->\n\n<!-- literal_block {\"\
156166
ids\": [], \"classes\": [], \"names\": [], \"dupnames\": [], \"backrefs\": [],\
157167
\ \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\\Python\\\\3.11.9\\\\x64\\\\\
158-
Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.6.0\\\\\
168+
Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.7.0\\\\\
159169
samples\\\\examples.py\", \"xml:space\": \"preserve\", \"force\": false, \"language\"\
160170
: \"python\", \"highlight_args\": {\"linenostart\": 1}, \"linenos\": false} -->\n\
161171
\n````python\n\n customer_container_name = \"customers\"\n try:\n customer_container\
@@ -179,30 +189,45 @@ methods:
179189
| None = None, unique_key_policy: Dict[str, Any] | None = None, conflict_resolution_policy:
180190
Dict[str, Any] | None = None, *, session_token: str | None = None, initial_headers:
181191
Dict[str, str] | None = None, etag: str | None = None, match_condition: MatchConditions
182-
| None = None, analytical_storage_ttl: int | None = None, **kwargs: Any) -> ContainerProxy'
192+
| None = None, analytical_storage_ttl: int | None = None, vector_embedding_policy:
193+
Dict[str, Any] | None = None, **kwargs: Any) -> ContainerProxy'
183194
parameters:
184195
- name: id
185-
description: ID (name) of container to read or create.
196+
description: ID (name) of container to create.
186197
isRequired: true
198+
types:
199+
- <xref:str>
187200
- name: partition_key
188201
description: The partition key to use for the container.
189202
isRequired: true
203+
types:
204+
- <xref:azure.cosmos.PartitionKey>
190205
- name: indexing_policy
191206
description: The indexing policy to apply to the container.
192207
isRequired: true
208+
types:
209+
- <xref:typing.Dict>[<xref:str>, <xref:typing.Any>]
193210
- name: default_ttl
194-
description: Default time to live (TTL) for items in the container. If unspecified,
211+
description: Default time to live (TTL) for items in the container. If unused,
195212
items do not expire.
196213
isRequired: true
214+
types:
215+
- <xref:int>
197216
- name: offer_throughput
198217
description: The provisioned throughput for this offer.
199218
isRequired: true
219+
types:
220+
- <xref:typing.Union>[<xref:int>, <xref:azure.cosmos.ThroughputProperties>]
200221
- name: unique_key_policy
201222
description: The unique key policy to apply to the container.
202223
isRequired: true
224+
types:
225+
- <xref:typing.Dict>[<xref:str>, <xref:typing.Any>]
203226
- name: conflict_resolution_policy
204227
description: The conflict resolution policy to apply to the container.
205228
isRequired: true
229+
types:
230+
- <xref:typing.Dict>[<xref:str>, <xref:typing.Any>]
206231
keywordOnlyParameters:
207232
- name: session_token
208233
description: Token for use with Session consistency.
@@ -247,6 +272,15 @@ methods:
247272
*here: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/computed-properties?tabs=dotnet*'
248273
types:
249274
- <xref:typing.List>[<xref:typing.Dict>[<xref:str>, <xref:str>]]
275+
- name: vector_embedding_policy
276+
description: 'The vector embedding policy for the container. Each vector
277+
278+
embedding possesses a predetermined number of dimensions, is associated with
279+
an underlying data type, and
280+
281+
is generated for a particular distance function.'
282+
types:
283+
- <xref:typing.Dict>[<xref:str>, <xref:typing.Any>]
250284
return:
251285
description: A *ContainerProxy* instance representing the container.
252286
types:
@@ -289,7 +323,7 @@ methods:
289323
- "Create a database user:<!--[!code-python[Main](les\\examples.py )]-->\n\n<!--\
290324
\ literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"dupnames\": [],\
291325
\ \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\\Python\\\
292-
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.6.0\\\
326+
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.7.0\\\
293327
\\samples\\\\examples.py\", \"xml:space\": \"preserve\", \"force\": false, \"\
294328
language\": \"python\", \"highlight_args\": {\"linenostart\": 1}, \"linenos\"\
295329
: false} -->\n\n````python\n\n try:\n database.create_user(dict(id=\"\
@@ -398,7 +432,7 @@ methods:
398432
examples.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\"\
399433
: [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
400434
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
401-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
435+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
402436
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
403437
: 1}, \"linenos\": false} -->\n\n````python\n\n database = client.get_database_client(database_name)\n\
404438
\ container = database.get_container_client(container_name)\n\n ````\n"
@@ -474,7 +508,7 @@ methods:
474508
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
475509
dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\
476510
\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\\
477-
37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
511+
37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
478512
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
479513
: 1}, \"linenos\": false} -->\n\n````python\n\n database = client.get_database_client(database_name)\n\
480514
\ for container in database.list_containers():\n print(\"Container ID:\
@@ -713,7 +747,7 @@ methods:
713747
examples.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\"\
714748
: [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
715749
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
716-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
750+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples.py\", \"xml:space\": \"preserve\"\
717751
, \"force\": false, \"language\": \"python\", \"highlight_args\": {\"linenostart\"\
718752
: 1}, \"linenos\": false} -->\n\n````python\n\n # Set the TTL on the container\
719753
\ to 3600 seconds (one hour)\n database.replace_container(container, partition_key=PartitionKey(path='/productName'),\

docs-ref-autogen/azure-cosmos/azure.cosmos.aio.ContainerProxy.yml

+16-8
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ methods:
671671
examples_async.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"\
672672
names\": [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
673673
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
674-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
674+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
675675
preserve\", \"force\": false, \"language\": \"python\", \"highlight_args\": {\"\
676676
linenostart\": 1}, \"linenos\": false} -->\n\n````python\n\n import\
677677
\ json\n\n async for item in container.query_items(\n \
@@ -681,7 +681,7 @@ methods:
681681
examples_async.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"\
682682
names\": [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
683683
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
684-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
684+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
685685
preserve\", \"force\": false, \"language\": \"python\", \"highlight_args\": {\"\
686686
linenostart\": 1}, \"linenos\": false} -->\n\n````python\n\n discontinued_items\
687687
\ = container.query_items(\n query='SELECT * FROM products p WHERE\
@@ -694,11 +694,11 @@ methods:
694694
summary: Get a sorted list of items that were changed, in the order in which they
695695
were modified.
696696
signature: 'query_items_change_feed(*, partition_key_range_id: str | None = None,
697-
is_start_from_beginning: bool = False, continuation: str | None = None, max_item_count:
698-
int | None = None, partition_key: str | int | float | bool | Sequence[str | int
699-
| float | bool | None] | Type[NonePartitionKeyValue] | None = None, priority:
700-
Literal[''High'', ''Low''] | None = None, **kwargs: Any) -> AsyncItemPaged[Dict[str,
701-
Any]]'
697+
is_start_from_beginning: bool = False, start_time: datetime | None = None, continuation:
698+
str | None = None, max_item_count: int | None = None, partition_key: str | int
699+
| float | bool | Sequence[str | int | float | bool | None] | Type[NonePartitionKeyValue]
700+
| None = None, priority: Literal[''High'', ''Low''] | None = None, **kwargs: Any)
701+
-> AsyncItemPaged[Dict[str, Any]]'
702702
keywordOnlyParameters:
703703
- name: is_start_from_beginning
704704
description: 'Get whether change feed should start from
@@ -707,6 +707,14 @@ methods:
707707
(false).'
708708
types:
709709
- <xref:bool>
710+
- name: start_time
711+
description: 'Specifies a point of time to start change feed. Provided value will
712+
be
713+
714+
converted to UTC. This value will be ignored if *is_start_from_beginning* is
715+
set to true.'
716+
types:
717+
- <xref:datetime.datetime>
710718
- name: partition_key_range_id
711719
description: 'ChangeFeed requests can be executed against specific partition key
712720
@@ -915,7 +923,7 @@ methods:
915923
examples_async.py )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"\
916924
names\": [], \"dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\
917925
\\windows\\\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\
918-
\\37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
926+
\\37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
919927
preserve\", \"force\": false, \"language\": \"python\", \"highlight_args\": {\"\
920928
linenostart\": 1}, \"linenos\": false} -->\n\n````python\n\n item =\
921929
\ await container.read_item(\"item2\", partition_key=\"Widget\")\n item[\"\

docs-ref-autogen/azure-cosmos/azure.cosmos.aio.CosmosClient.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ examples:
124124
- "Create a new instance of the Cosmos DB client:<!--[!code-python[Main](les\\examples_async.py\
125125
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"dupnames\"\
126126
: [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\\Python\\\
127-
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.6.0\\\
127+
\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\37\\\\azure-cosmos-4.7.0\\\
128128
\\samples\\\\examples_async.py\", \"xml:space\": \"preserve\", \"force\": false,\
129129
\ \"language\": \"python\", \"highlight_args\": {\"linenostart\": 1}, \"linenos\"\
130130
: false} -->\n\n````python\n\n async with CosmosClient(url, key) as client:\n\
@@ -189,7 +189,7 @@ methods:
189189
\ )]-->\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
190190
dupnames\": [], \"backrefs\": [], \"source\": \"C:\\\\hostedtoolcache\\\\windows\\\
191191
\\Python\\\\3.11.9\\\\x64\\\\Lib\\\\site-packages\\\\py2docfx\\\\dist_temp\\\\\
192-
37\\\\azure-cosmos-4.6.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
192+
37\\\\azure-cosmos-4.7.0\\\\samples\\\\examples_async.py\", \"xml:space\": \"\
193193
preserve\", \"force\": false, \"language\": \"python\", \"highlight_args\": {\"\
194194
linenostart\": 1}, \"linenos\": false} -->\n\n````python\n\n database_name\
195195
\ = \"testDatabase\"\n try:\n database = await client.create_database(id=database_name)\n\

0 commit comments

Comments
 (0)