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

Parse any deleted resource IDs from bulk exports and act on it #344

Merged
merged 3 commits into from
Sep 5, 2024

Commits on Aug 30, 2024

  1. Have loaders return a results object with bundled data

    - It used to return common.Directory (which could be a TempDir)
    - It now includes a common.Directory plus completion tracking info
      like group name and export timestamp.
    - It will in future include metadata like a list of deleted IDs
    mikix committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3180644 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Parse deleted/*.ndjson files from a bulk export and delete records

    - When loading using the default ndjson loader, we look for a deleted/
      folder and read any Bundle files there for deleted IDs
    - And then pass that along to tasks and matching formatters
    - Formatters now have a delete_records(ids) call
    - If the output format is deltalake, the IDs will be deleted
    mikix committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c0e08dd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    9a6ab95 View commit details
    Browse the repository at this point in the history