aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Improvement and some fixes for Subprocess class + Disable "resetdb" #112

Closed rafidka closed 2 months ago

rafidka commented 2 months ago

Issue #, if available: N/A

Description of changes:

Multiple improvements and bug fixes on the Subprocess class and its related code:

Also, I disabled the resetdb command for now, as it is pretty risky to have such a destructive command adjacent to other commands used in production; a simple code mistake can result in wiping out production databases. Instead, testing commands like this should be in a completely isolated boundary, with protection mechanism to ensure they are not accidentally executed in production.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.