Skip to content

Conversation

@BenGalewsky
Copy link
Contributor

First step in #859 - This PR allows users to request deleting a transform from the CLI.

This is accomplished by adding a new boolean to the transform request table, archived. Setting archived to True removes the transform for reports and requests.

When a transform is archived, the transform results table records are deleted and the contents of the bucket that held the transformed files are deleted, along with that bucket.

The action will report an error if you try to delete a transform that is still running

This is accomplished by adding a new boolean to the transform request table, archived.
Setting archived to True removes the transform for reports and requests.

When a transform is archived, the transform results table records are deleted and the
contents of the bucket that held the transformed files are deleted, along with that bucket.
Copy link
Collaborator

@ponyisi ponyisi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ponyisi ponyisi merged commit c279ae8 into develop Nov 16, 2024
75 checks passed
@ponyisi ponyisi deleted the 859_archive_request branch November 16, 2024 16:13
@BenGalewsky BenGalewsky mentioned this pull request Feb 4, 2025
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.

3 participants