Is there a preferred pattern for defining sub-partitions? I have a job for which I'd like to define a set of static partitions, some of which might have time-based sub-partitions as well. My current thinking is to dynamically create a separate job for each of the static partitions, some of which will have partitioned config and some which will have regular config. Before I did this though I wanted to see if there was an accepted best practice yet.