Skip to content

Commit 61cdc43

Browse files
authored
Merge pull request #1932 from kili-technology/feature/lab-3825-aau-i-have-the-right-explanation-of-the-field-updated_at-for
fix(LAB-3825): correct the SDK documentation to well explain the updated_at_gte and updated_at_lte fields
2 parents 81b107b + af8901c commit 61cdc43

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/kili/presentation/client/asset.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ def assets(
314314
label_created_at_lt: Deprecated. Use `label_created_at_lte` instead.
315315
label_honeypot_mark_gt: Deprecated. Use `label_honeypot_mark_gte` instead.
316316
label_honeypot_mark_lt: Deprecated. Use `label_honeypot_mark_lte` instead.
317-
updated_at_gte: Returned assets should have a label whose update date is greater or equal to this date.
318-
updated_at_lte: Returned assets should have a label whose update date is lower or equal to this date.
317+
updated_at_gte: Returned assets should have an update date that is greater or equal to this date. The update date represents the last time a modification has been done at the asset level.
318+
updated_at_lte: Returned assets should have an update date that is lower or equal to this date. The update date represents the last time a modification has been done at the asset level.
319319
format: If equal to 'pandas', returns a pandas DataFrame
320320
disable_tqdm: If `True`, the progress bar will be disabled
321321
as_generator: If `True`, a generator on the assets is returned.
@@ -626,8 +626,8 @@ def count_assets(
626626
label_honeypot_mark_gt: Deprecated. Use `label_honeypot_mark_gte` instead.
627627
label_honeypot_mark_lt: Deprecated. Use `label_honeypot_mark_lte` instead.
628628
skipped: Returned assets should be skipped.
629-
updated_at_gte: Returned assets should have a label whose update date is greated or equal to this date.
630-
updated_at_lte: Returned assets should have a label whose update date is lower or equal to this date.
629+
updated_at_gte: Returned assets should have an update date that is greated or equal to this date. The update date represents the last time a modification has been done at the asset level.
630+
updated_at_lte: Returned assets should have an update date that is lower or equal to this date. The update date represents the last time a modification has been done at the asset level.
631631
label_category_search: Returned assets should have a label that follows this category search query.
632632
created_at_gte: Returned assets should have their import date greater or equal to this date.
633633
created_at_lte: Returned assets should have their import date lower or equal to this date.

0 commit comments

Comments
 (0)