Auto deletion of old folders in dirout
I have a replicat running in GoldenGate for Big Data reading extract files and writing data changes to Parquet files and post the files to S3.
Noticed that ggs for bda created a new folder each time it created a Parquet file and posted to S3 in dirparquet and dirout folders.
Is there a config in ggs for bda which is able to automatically delete those sub-folders based on the number of days? Currently I just created a script to do this cleaning job.