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

Mark rows excluded from ingestion #55

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

jsbrittain
Copy link
Collaborator

  • Support row deletion
    • Refactor deletion method to indicate which rows will not be commited to the database
  • Improved metric reporting (total number of rows, visible rows, deleted rows)
  • Quick parsing (delete rows with empty primary keys; delete rows with any errors; 'undelete' all marked rows)
Screenshot 2024-10-11 at 17 01 17

Resolves #48 #49

@jsbrittain jsbrittain linked an issue Oct 11, 2024 that may be closed by this pull request
@jsbrittain jsbrittain merged commit e9e1555 into globaldothealth:main Oct 11, 2024
4 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.

Option to delete all rows with a blank primary key Delete rows does not remove them from the committed data
1 participant