Skip to content

If a input dataset doesn't have a time type ontology, if it is still possible create a snapshot ? #756

Closed Answered by Tomvbe
xdxxxdx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Xueying,

The server checks if members have a timestamp and versionOf in:

be.vlaanderen.informatievlaanderen.ldes.server.domain.snapshot.services.SnapshotValidPredicate.

So both are required to make a snapshot with the server else an exception will be thrown. We need both properties as snapshotting means keeping the last version of all the members.

The versionOf is used to determine what version a member belongs to, to ensure only one per version is snapshotted.
The timestamp is used to know which member of a version is the latest one, as we are only interested in the most recent version.

The timestamp and versionOf are extracted from members upon ingest using the timestampPath and vers…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xdxxxdx
Comment options

xdxxxdx Jun 19, 2023
Maintainer Author

Answer selected by xdxxxdx
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