beekeeper
beekeeper copied to clipboard
Give a separate config item for deleting tables.
Right now if all the partitions are deleted and the table is empty, beekeeper also deletes the table. That has caused production issues due to folks not reading the docs well enough to catch that small detail.
The suggested feature is to separate out 'table deletion' to its very own configuration item. The default should be false if it is not provided, to specify the table is not deleted. Then the user must opt-in to table deletion specifically and there will be much less chance of it happening due to lack of understanding.