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

Clean up temporary files #219

Merged
merged 5 commits into from
May 15, 2023
Merged

Clean up temporary files #219

merged 5 commits into from
May 15, 2023

Conversation

Beckyrose200
Copy link
Contributor

https://eaflood.atlassian.net/browse/WATER-3967

This pull request is just a small part of a larger project that involves exporting all our database schemas, converting them into CSV files, and uploading them to our Amazon S3 bucket. This PR's primary focus is cleaning up the files that have been temporarily created to upload to the bucket. To expedite the export process and see the output sooner, we are using a vertical slicing approach, rather than a horizontal one, which means exporting a single table at a time from each schema.

https://eaflood.atlassian.net/browse/WATER-3967

This pull request is just a small part of a larger project that involves exporting all our database schemas, converting them into CSV files, and uploading them to our Amazon S3 bucket. This PR's primary focus is cleaning up the files that have been temporarily created to upload to the bucket. To expedite the export process and see the output sooner, we are using a vertical slicing approach, rather than a horizontal one, which means exporting a single table at a time from each schema.
@Beckyrose200 Beckyrose200 self-assigned this May 12, 2023
@Beckyrose200 Beckyrose200 added the enhancement New feature or request label May 15, 2023
@Beckyrose200 Beckyrose200 marked this pull request as ready for review May 15, 2023 09:23
Copy link
Member

@Cruikshanks Cruikshanks left a comment

Choose a reason for hiding this comment

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

@Beckyrose200 Beckyrose200 merged commit 53a10de into main May 15, 2023
@Beckyrose200 Beckyrose200 deleted the clean-up-tmp-files branch May 15, 2023 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants