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

Add check for facts with inconsistent fact/dimension time ranges. #124

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

bastjan
Copy link
Contributor

@bastjan bastjan commented Feb 27, 2023

Dimension time ranges can be update after a fact was created which can lead to inconsistent data where the fact timestamp is not in the range of the dimension time range.

This already happened when we introduced the flex/plus nodes. And will now happen again with the automatic tenant updates.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.

@bastjan bastjan requested a review from a team February 27, 2023 13:25
Copy link
Contributor

@HappyTetrahedron HappyTetrahedron left a comment

Choose a reason for hiding this comment

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

LGTM, SQL queries make sense

@bastjan bastjan merged commit 3e28def into master Feb 28, 2023
@bastjan bastjan deleted the find-inconsistent-data branch February 28, 2023 08:44
@bastjan bastjan added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants