feat: Set a default value to the `event_timestamp` field
See original GitHub issueDescribe the bug
After going through the quickstart. The Kibana records don’t contain time information, besides, last_updated
.
To Reproduce Steps to reproduce the behavior:
- Initialize your Argilla with Kibana
- Upload the quickstart.
- Create a Kibana index pattern based on
event_timestamp
- No record show due to empty field.
Expected behavior
I would expect to have this set to the same date as event_timestamp
, until someone has annotated the data and therefore updated.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS [e.g. iOS]: MacOS
- Browser [e.g. chrome, safari]: Firefox
- Argilla Version [e.g. 1.0.0]: 1.0.1
- ElasticSearch Version [e.g. 7.10.2]: 7.10.2
- Docker Image (optional) [e.g. argilla:v1.0.0]: argilla:v1.0.1
Additional context Maybe we can align this with other kibana issues #1803.
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Set default values for fields or controls - Microsoft Support
This article explains how to set a default value for a table field or for a control on a form in an Access...
Read more >Assign Default To Field (Data Management)—ArcGIS Pro
Creates a default value for a specified field. When a new row is added to the table or feature class, the specified field...
Read more >Set default value for cmdb_ci fields - ServiceNow Community
Solved: Hi, We have a requirement to add a default value for 3 fields on a bespoke table we have created. The fields...
Read more >how to set a default value for a field model to another model field
I want to make the default value of the song name equal to the album name which i choose by the album Foreignkey....
Read more >How to set default value for DateTime field in NavigationMixin?
Here I am trying to provide default value to StartDateTime field of Event Object but it isn't accepting this value.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So, I think we can move as a feature request and place it in the roadmap. Adding this default behavior could conflict with the way Argilla indexes the data, and we need to think about how to handle it.
event_timestamp
->creation_time
deprecateevent_timestamp
andcreation_time
should always be included