[ARVADOS] updated: 2.1.0-1607-g528b929e8
Git user
git at public.arvados.org
Tue Nov 16 18:47:43 UTC 2021
Summary of changes:
sdk/python/arvados/collection.py | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
via 528b929e84319067df7bc49162307ee82a9d852c (commit)
from b1a88ceac8f65aaf90076827120e233cb52976d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 528b929e84319067df7bc49162307ee82a9d852c
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Nov 16 15:46:52 2021 -0300
17635: Further improves documentation on the arvados.Collection class.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/sdk/python/arvados/collection.py b/sdk/python/arvados/collection.py
index 9ef610d24..55be40fa0 100644
--- a/sdk/python/arvados/collection.py
+++ b/sdk/python/arvados/collection.py
@@ -1578,9 +1578,11 @@ class Collection(RichCollectionBase):
Retry count on API calls (if None, use the collection default)
:preserve_version:
- If True, the saved collection will be preserved as a snapshot on the
- next versionable update, provided that the
- Collections.CollectionVersioning configuration is enabled.
+ If True, indicate that the collection content being saved right now
+ should be preserved in a version snapshot if the collection record is
+ updated in the future. Requires that the API server has
+ Collections.CollectionVersioning enabled, if not, setting this will
+ raise an exception.
"""
if properties and type(properties) is not dict:
@@ -1693,10 +1695,11 @@ class Collection(RichCollectionBase):
Retry count on API calls (if None, use the collection default)
:preserve_version:
- If True, the newly saved collection will generate a new snapshot of
- itself on the next versionable update. This parameter requires that
- the Collections.CollectionVersioning is enabled and will raise an
- exception otherwise.
+ If True, indicate that the collection content being saved right now
+ should be preserved in a version snapshot if the collection record is
+ updated in the future. Requires that the API server has
+ Collections.CollectionVersioning enabled, if not, setting this will
+ raise an exception.
"""
if properties and type(properties) is not dict:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list