AllenInstitute / AllenInstitute/ConnectsCommonConnectivity

Delete/remove operations for parquet/deltalake outputs

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement io
Dominant language
Jupyter Notebook
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Problem: no delete, vacuum, or partition removal exists; the only row removal is a predicated overwrite that happens to exclude rows. No way to drop a DataItem, retire a feature set/column, or delete a hierarchy.

Fix: explicit remove operations complementary to #13, plus a vacuum/tombstone policy. Test-first development (use the conventions from #28).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read issue #13 for the existing output operations and issue #28 for the test conventions before locating their implementation and tests. Define the DataItem, feature-set/column, hierarchy, partition, delete, and vacuum behaviors, then add tests covering explicit removal and the tombstone policy.

Written by the indexing model from the issue text.

Assessment

Domain
data-engineering, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.