Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 5, 2023 8:41PM
Likes: 0
Replies: 1
Hello, I am running the command below to build a partition of the finaldataset + all partitions of the upstream datasets required to build finaldataset:
finaldataset.build(job_type = "RECURSIVE_FORCED_BUILD", partitions = p).
I would really appreciate more complete documentation on the other job_type options. Specifically, which job_type would match to Recursive, "Smart reconstruction" option?
Thanks for you help.
Hi,
The smart reconstruction option would match with a 'RECURSIVE_BUILD' type.
The different available job_types can be found in the documentation. Here you will also find a code example of how to use them.
The job_type IDs are rather explicative, yet they are further expanded upon in the help.