Andrew Hannigan
11/06/2020, 9:51 PMReadTable which extends Task. This class just SELECTs data from a big SQL table. I want to perform this SELECT in parallel with say n sub-Tasks. So the ReadTable(n) object should spawn n sub-Tasks when it runs. How would this work within Prefect's OOP paradigm, where ReadTable inherits Task?Zanie