Co-authored-by: charles liu <dearcharles.liu@gmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Charles Liu
2025-11-21 17:49:12 +08:00
committed by GitHub
parent 9fed2dc065
commit ae126fd56f
4 changed files with 17 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ dataset_detail_fields = {
"document_count": fields.Integer,
"word_count": fields.Integer,
"created_by": fields.String,
"author_name": fields.String,
"created_at": TimestampField,
"updated_by": fields.String,
"updated_at": TimestampField,