Skip to content

Commit

Permalink
revoke: return dataset records from log
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Jun 12, 2024
1 parent 259e306 commit 6f25dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-sdk/src/argilla_sdk/records/_dataset_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def log(
mapping: Optional[Dict[str, str]] = None,
user_id: Optional[UUID] = None,
batch_size: int = DEFAULT_BATCH_SIZE,
) -> "DatasetRecords":
) -> List[Record]:
"""Add or update records in a dataset on the server using the provided records.
If the record includes a known `id` field, the record will be updated.
If the record does not include a known `id` field, the record will be added as a new record.
Expand Down

0 comments on commit 6f25dca

Please sign in to comment.