Skip to content

Hotfix toggle integrity check ea table#212

Merged
ghukill merged 2 commits into
mainfrom
hotfix-toggle-integrity-check-ea-table
Jul 16, 2026
Merged

Hotfix toggle integrity check ea table#212
ghukill merged 2 commits into
mainfrom
hotfix-toggle-integrity-check-ea-table

Conversation

@ghukill

@ghukill ghukill commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

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?

  • None

ghukill added 2 commits July 16, 2026 10:46
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
@ghukill
ghukill requested a review from a team July 16, 2026 14:51
@ghukill
ghukill merged commit 9a670ed into main Jul 16, 2026
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