HumanSignal / HumanSignal/label-studio-sdk

Inconsistency in Column Class Attribute Assignments for Task Timestamps

Open
#200 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
192
Forks
127
Avg merge
1d 18h
Merged PRs (30d)
1

Description

Hello,

I've noticed an issue within the [Column class](https://github.com/HumanSignal/label-studio-sdk/blob/f5b41f1e050e0a2d5308528c002576a57a6ee8c6/label_studio_sdk/data_manager.py#L193) where there seems to be a mix-up in the assignment of timestamps for tasks. Specifically, both the tasks:created_at and tasks:updated_at fields are being assigned to the same attribute, created_at. This leads to a lack of distinction between the creation and update timestamps for tasks associated with a column, potentially causing confusion and errors in timestamp handling.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.