Hotfix toggle integrity check ea table#212
Merged
Merged
Conversation
Why these changes are being introduced: The Employee Appointments task was failing due to a failed, custom integrity check. This check was looking to see that Quickbase did not have *more* rows than the Data Warehouse. In theory this is a good check, but we had an off by one error that was flagging this. The result was the task failing to run which is more consequential than this single row. The plan will be to temporarily remove this check, analyze the data, then revisit reimplementing the check. How this addresses that need: Integrity check temporarily removed. Side effects of this change: * Quickbase currently has a single additional row than the Data Warehouse. While not ideal, it's less consequential than this task not running. Relevant ticket(s): * None
jonavellecuerdo
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose and background context
Why these changes are being introduced:
The Employee Appointments task was failing due to a failed, custom integrity check. This
check was looking to see that Quickbase did not have more rows than the Data Warehouse.
In theory this is a good check, but we had an off by one error that was flagging this.
The result was the task failing to run which is more consequential than this single
row.
The plan will be to temporarily remove this check, analyze the data, then revisit
reimplementing the check.
How this addresses that need:
Integrity check temporarily removed.
Includes new or updated dependencies?
YES: resolves multiple CVEs
Changes expectations for external applications?
YES: Quickbase currently has a single additional row than the Data Warehouse. While not
ideal, it's less consequential than this task not running.
What are the relevant tickets?