File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
docs/reference/experimental/async Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ at your own risk.
12
12
- from_parent_async
13
13
- store_async
14
14
- delete_async
15
+ - disassociate_from_entity_async
15
16
---
16
17
::: synapseclient.models.UsedEntity
17
18
options:
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def update_rows(
177
177
synapse_client : Optional [Synapse ] = None ,
178
178
** kwargs ,
179
179
) -> None :
180
- """This method leverages the logic provided by [TableUpsertMixin. upsert_rows_async][] to provide
180
+ """This method leverages the logic provided by [upsert_rows_async][synapseclient.models.Table.upsert_rows_async ] to provide
181
181
an interface for updating rows in a `View`-like entity. Update functionality will only work for
182
182
values in custom columns within a `View`-like entity.
183
183
Original file line number Diff line number Diff line change @@ -1925,7 +1925,7 @@ async def update_rows_async(
1925
1925
synapse_client : Optional [Synapse ] = None ,
1926
1926
** kwargs ,
1927
1927
) -> None :
1928
- """This method leverages the logic provided by [TableUpsertMixin. upsert_rows_async][] to provide
1928
+ """This method leverages the logic provided by [upsert_rows_async][synapseclient.models.Table.upsert_rows_async ] to provide
1929
1929
an interface for updating rows in a `View`-like entity. Update functionality will only work for
1930
1930
values in custom columns within a `View`-like entity.
1931
1931
You can’t perform that action at this time.
0 commit comments