If you forget to remove retention_schema , retention_keep_table=false does not work.
This is logical, and documented with part_config.retention_keep_table.
I suggest to add an error message somewhere as this is an inconsistency.
At least, add the warning in the doc of retention_keep_table (see PR #863)
If you forget to remove
retention_schema,retention_keep_table=falsedoes not work.This is logical, and documented with part_config.retention_keep_table.
I suggest to add an error message somewhere as this is an inconsistency.
At least, add the warning in the doc of
retention_keep_table(see PR #863)