-
Notifications
You must be signed in to change notification settings - Fork 14
✨ [open-api-framework#188] add csv option to data dump script #685
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
✨ [open-api-framework#188] add csv option to data dump script #685
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #685 +/- ##
==========================================
+ Coverage 82.33% 83.96% +1.62%
==========================================
Files 130 131 +1
Lines 2463 2488 +25
Branches 200 198 -2
==========================================
+ Hits 2028 2089 +61
+ Misses 392 354 -38
- Partials 43 45 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cf9c1dc to
144633c
Compare
|
Currently it checks if the In this project the core app does not have many tables but for openzaak for example it should probably be a zip/tar? |
stevenbal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Floris272 how much work would it be to export it to a .zip? I think that's probably ideal, otherwise let's make sure the CSV output dir always exists
Didn't take much work, made export directory static and added it to the project, after the zip has been created all .csv files will be deleted in |
stevenbal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some stuff related to running the command in docker, forgot to test this previously
stevenbal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment remaining about pg client version
Partially closes maykinmedia/open-api-framework#188
Changes