Skip to content

Question on Event timestamp column #1309

Answered by oavdeev
RXY3832 asked this question in Q&A
Discussion options

You must be logged in to vote

Typically our users still have a timestamp associated even if the data is "static" by itself. For non-event-based data, it would usually be based on CDC stream timestamp.

The idea is that even if the data doesn't change by its nature, it is still possible that it gets updated in the lookup/dimension table, and ideally you want to take that into account. For example, if you're social network, user birth date is "static" but it may turn out that an average user only fills that field in a week after sign up. To encourage users to think about scenarios like this it is required by feast; but of course you could always just use a dummy timestamp if that's not the case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by woop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1269 on February 03, 2021 01:35.