Creation works but Deletion is not working after successful job run #700
-
|
Here is the table schema, cron job to call part_config pg 15.8 what am i doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Do you have any data the table? Maintenance generally doesn't do anything when a table is completely empty of all data (except if you have |
Beta Was this translation helpful? Give feedback.
Do you have any data the table? Maintenance generally doesn't do anything when a table is completely empty of all data (except if you have
infinite_time_partitionsset to true inpart_config. I tested it out and it did nothing when there was no data. As soon as I inserted some data, then both new table creation and retention worked