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

Use latest data timestamp for DB timestamp #251

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

wagoodman
Copy link
Contributor

Today the DB timestamp is the oldest provider data timestamp, not the timestamp of when the DB was built. This reverses the semantics such that the latest data timestamp is used. This is helpful in scenarios when the cadence of DBs delivered is relatively high and the policy for failing providers is permissive. That means you can build many DBs with the same timestamp, which is not useful.

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman enabled auto-merge (squash) March 7, 2024 21:44
@wagoodman wagoodman merged commit 001623b into main Mar 7, 2024
14 checks passed
@wagoodman wagoodman deleted the use-newest-data-timestamp branch March 7, 2024 22:02
@willmurphyscode willmurphyscode added the changelog-ignore Don't consider when generating the changelog label Mar 11, 2024
willmurphyscode pushed a commit that referenced this pull request Mar 27, 2024
Bumps [xsdata](https://github.com/tefra/xsdata) from 23.6 to 23.7.
- [Release notes](https://github.com/tefra/xsdata/releases)
- [Changelog](https://github.com/tefra/xsdata/blob/main/CHANGES.rst)
- [Commits](tefra/xsdata@v23.6...v23.7)

---
updated-dependencies:
- dependency-name: xsdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't consider when generating the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants