Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/retrieve_last_ingested #55

Merged
merged 22 commits into from
Nov 20, 2023
Merged

Conversation

noctillion
Copy link
Contributor

@noctillion noctillion commented Sep 29, 2023

This Pull Request includes changes related to the retrieval of ingestion time for variants:

CreatedTime Metadata: With the updates in this PR, during the variant ingestion process, is captured and stored the CreatedTime for each variant. This metadata provides insights into when each variant was added.

Latest Created Field in Variants Overview: A new field named latest_created has been added to the variants overview. This field indicates the most recent creation timestamp among all variants.

Last Ingested File Information: For datasets, it is included information about the last ingested file. These changes in the GetDatasetDataTypes function provide each dataset's most recent updates.

Copy link
Contributor

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error handling stuff, also should fix tests

src/api/mvc/data-types/main.go Outdated Show resolved Hide resolved
src/api/repositories/elasticsearch/variants.go Outdated Show resolved Hide resolved
@noctillion noctillion marked this pull request as ready for review November 13, 2023 16:39
@noctillion noctillion merged commit 3b29d39 into master Nov 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants